first commit
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/image_api
|
||||
|
||||
# Better Auth
|
||||
BETTER_AUTH_SECRET=your-secret-key-here-min-32-characters
|
||||
BETTER_AUTH_URL=https://image.beyhano.com.tr
|
||||
|
||||
# App Settings
|
||||
REGISTER_ENABLE=true
|
||||
NODE_ENV=production
|
||||
|
||||
# App URLs (production)
|
||||
NEXT_PUBLIC_APP_URL=https://image.beyhano.com.tr
|
||||
APP_URL=https://image.beyhano.com.tr
|
||||
|
||||
# JWT Secret
|
||||
JWT_SECRET=your-jwt-secret-key-min-32-characters-long
|
||||
Reference in New Issue
Block a user