13 lines
362 B
Plaintext
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"
|