mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor(auth): remove logger configuration for production environment
This commit is contained in:
@@ -18,9 +18,6 @@ const { handler, api } = betterAuth({
|
|||||||
provider: "pg",
|
provider: "pg",
|
||||||
schema: schema,
|
schema: schema,
|
||||||
}),
|
}),
|
||||||
logger: {
|
|
||||||
disabled: process.env.NODE_ENV === "production",
|
|
||||||
},
|
|
||||||
appName: "Dokploy",
|
appName: "Dokploy",
|
||||||
socialProviders: {
|
socialProviders: {
|
||||||
github: {
|
github: {
|
||||||
|
|||||||
Reference in New Issue
Block a user