This commit is contained in:
Tom Trappmann
2025-12-23 17:17:33 +01:00
commit d04730edd8
28 changed files with 387 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
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"