Migrate stack to SQLite and set Coolify defaults
This commit is contained in:
@@ -20,7 +20,7 @@ const secret = process.env.BETTER_AUTH_SECRET?.trim() || undefined;
|
||||
|
||||
export const auth = betterAuth({
|
||||
database: drizzleAdapter(db, {
|
||||
provider: 'pg',
|
||||
provider: 'sqlite',
|
||||
schema: authSchema
|
||||
}),
|
||||
baseURL,
|
||||
|
||||
Reference in New Issue
Block a user