mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-06-03 20:13:00 +00:00
23 lines
687 B
Bash
23 lines
687 B
Bash
# Auth Service Environment Configuration
|
|
# This service stays active for standalone auth flows and internal admin management.
|
|
# SaaS billing is handled by apps/backend + Paddle.
|
|
|
|
PORT=8081
|
|
APP_ENV=development
|
|
|
|
DATABASE_URL=postgresql://user:password@host/database?sslmode=require
|
|
FRONTEND_URL=http://localhost:3000
|
|
|
|
JWT_SECRET=change-me-in-production
|
|
NEON_AUTH_URL=https://ep-mute-water-alem1v8u.neonauth.c-3.eu-central-1.aws.neon.tech/neondb/auth
|
|
|
|
SMTP_HOST=smtp.purelymail.com
|
|
SMTP_PORT=465
|
|
SMTP_USERNAME=noreply@example.com
|
|
SMTP_PASSWORD=
|
|
EMAIL_FROM=noreply@example.com
|
|
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_REDIRECT_URL=http://localhost:8081/api/auth/oauth/google/callback
|