Migrate stack to SQLite and set Coolify defaults

This commit is contained in:
2026-02-26 15:45:22 -05:00
parent d1df80dfc2
commit f2ac1c426e
18 changed files with 1266 additions and 2218 deletions

View File

@@ -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,