fix: pre-production fixes, add docker-compose.production.yml

This commit is contained in:
Vasily Zubarev
2025-04-03 15:43:37 +02:00
parent 144e67dfa5
commit d8711b7142
5 changed files with 36 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ export type UserProfile = {
export const auth = betterAuth({
database: prismaAdapter(prisma, { provider: "postgresql" }),
appName: config.app.title,
secret: config.auth.secret,
email: {
provider: "resend",
from: config.email.from,