ShadCN Implementation
This commit is contained in:
10
backend/.env.example
Normal file
10
backend/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
DJANGO_SECRET_KEY=change-me
|
||||
DJANGO_DEBUG=1
|
||||
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
DJANGO_TIME_ZONE=Europe/Budapest
|
||||
DJANGO_CSRF_TRUSTED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
||||
DJANGO_CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
||||
|
||||
# Optional overrides. The defaults already point at ../data/legacy/.
|
||||
# LEGACY_CINCIN_DB=/absolute/path/to/cincin_phase1.sqlite
|
||||
# LEGACY_DALCORSO_DB=/absolute/path/to/dalcorso.sqlite
|
||||
Reference in New Issue
Block a user