Files
NautilusDeskBackend/.env.example
Tom Trappmann d04730edd8 init
2025-12-23 17:17:33 +01:00

13 lines
362 B
Plaintext

PROJECT_NAME="NautilusDesk API"
SECRET_KEY="change-me"
ACCESS_TOKEN_EXPIRE_MINUTES=60
POSTGRES_SERVER="localhost"
POSTGRES_PORT=5432
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="postgres"
POSTGRES_DB="nautilusdesk"
# DATABASE_URL="postgresql+psycopg2://user:pass@localhost:5432/nautilusdesk"
# BACKEND_CORS_ORIGINS="http://localhost:3000,http://localhost:5173"