init
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal 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"
|
||||
Reference in New Issue
Block a user