-
Notifications
You must be signed in to change notification settings - Fork 1
/
env.example
37 lines (37 loc) · 1.38 KB
/
env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DEBUG=True
SECRET_KEY=CAOU8N&Qew2%OnWVnb%#jZ&eNvsVXJj*kmxL3s&4n91^cjVRtvArMd6bDWJ!fBPN
ALLOWED_HOSTS=localhost,127.0.0.1
MEDIA_ROOT=media
STATIC_ROOT=static
LIVE=False #Whether this site is live or not
RAZORPAY_TEST=True
RAZORPAY_KEY=rzp_live_xxxxxxxxxx
RAZORPAY_SECRET=abcdefjagexxxxxxxx
RAZORPAY_TEST_KEY=rzp_test_xxxxxxxxx
RAZORPAY_TEST_SECRET=abcdefjagexxxxxxxx
ADMINS="Admin" <admin@mysite.com>,"Another Admin" <dbadmin@mysite.com>
MANAGERS="CMS Manager" <cms@mysite.com>,"Marketing Head" <marketing@mysite.com>
LOGGING={ "shop": "WARNING", "django.db.backends": "ERROR" } #Set levels for each of the logging modules
SYSTEM_EMAIL_ADDRESS=system@mysite.com
EMAIL_SUBJECT_PREFIX=[MySite System]
LOG_FILE=logs/all.log #Note the directory must be created
LOG_LEVEL=DEBUG
EMAIL_HOST_USER=myemailuser
EMAIL_HOST_PASSWORD=xxxxxxxxx
EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend
SYSTEM_EMAIL_ADDRESS="Zite69 System" <system@zite69.com>
SMS_AUTH_KEY=xxxx
SMS_AUTH_TOKEN=xxxx
SMS_SENDER_ID=ZITEIN
SMS_LOGIN_OTP_TEMPLATE="ZITE69 OTP is {otp}, Please use this to login to your account.-ZITE69.com"
CORS_ALLOW_ALL_ORIGIN=True
ZITE69_MAIN_SELLER=Zite69 Main Seller
ZITE69_MAIN_USER_ID=1
ZITE69_MAIN_SELLER_ID=1
ZITE69_MAIN_DOMAIN=www.z69.local
ZITE69_SELLER_DOMAIN=seller.z69.local
ROOT_DOMAIN=.z69.local
WHATSAPP_NUMBER=+919999911111
WIZARD_STEP=shop
ZITE69_SU_USERNAME=myuser
ZITE69_SU_PASSWORD=mypass123