update
This commit is contained in:
14
backEnd/.env
Normal file
14
backEnd/.env
Normal file
@@ -0,0 +1,14 @@
|
||||
# Development Environment Configuration
|
||||
# Django Settings
|
||||
SECRET_KEY=ks68*5@of1l&4rn1imsqdk9$khcya!&a#jtd89f!v^qg1w0&hc
|
||||
DEBUG=True
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
|
||||
# Email Configuration (Development - uses console backend by default)
|
||||
USE_SMTP_IN_DEV=False
|
||||
DEFAULT_FROM_EMAIL=support@gnxsoft.com
|
||||
COMPANY_EMAIL=support@gnxsoft.com
|
||||
SUPPORT_EMAIL=support@gnxsoft.com
|
||||
|
||||
# Site URL
|
||||
SITE_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user