Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DJANGO_SECRET_KEY=changeme
|
||||
DJANGO_DEBUG=1
|
||||
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
DATABASE_URL=postgres://postgres:postgres@localhost:5432/salon
|
||||
CORS_ALLOWED_ORIGINS=http://localhost:5173
|
||||
OTP_PROVIDER=console
|
||||
OTP_EXPIRY_MINUTES=5
|
||||
DEFAULT_CURRENCY=SAR
|
||||
Reference in New Issue
Block a user