12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
# Database
|
|
DATABASE_URL="file:./dev.db"
|
|
|
|
# Auth - Change this to a secure password!
|
|
APP_ACCESS_PASSWORD="your-secure-password-here"
|
|
|
|
# JWT Secret - Generate a random string for production
|
|
JWT_SECRET="your-jwt-secret-change-in-production"
|
|
|
|
# Upload directory (inside container)
|
|
UPLOAD_DIR="./uploads"
|