6 lines
250 B
Plaintext
6 lines
250 B
Plaintext
|
|
DATABASE_URL=postgresql+asyncpg://track:track_prod_2026@localhost:5433/track_production
|
||
|
|
SECRET_KEY=change-me-to-a-random-secret-key-in-production
|
||
|
|
ACCESS_TOKEN_EXPIRE_MINUTES=30
|
||
|
|
DEBUG=true
|
||
|
|
CORS_ORIGINS='["http://localhost:1420", "tauri://localhost"]'
|