-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
29 lines (23 loc) · 791 Bytes
/
example.env
File metadata and controls
29 lines (23 loc) · 791 Bytes
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
SECRET_KEY="test"
DEBUG=True
ALLOWED_HOSTS=cs4246.comp.nus.edu.sg,cs4246-i.comp.nus.edu.sg,cs5446.comp.nus.edu.sg,cs5446-i.comp.nus.edu.sg,127.0.0.1
CSRF_TRUSTED_ORIGINS=https://cs4246.comp.nus.edu.sg,https://cs4246-i.comp.nus.edu.sg,https://cs5446.comp.nus.edu.sg,https://cs5446-i.comp.nus.edu.sg
CELERY_BROKER_TRANSPORT=amqp
CELERY_BROKER_USER=user
CELERY_BROKER_PASSWORD=password
CELERY_BROKER_HOST=127.0.0.1
CELERY_BROKER_PORT=5672
CELERY_BROKER_VHOST=aicon
DATABASE_BACKEND=sqlite
DATABASE_SQLITE_DB=db.sqlite3
DATABASE_MYSQL_HOST=127.0.0.1
DATABASE_MYSQL_PORT=3306
DATABASE_MYSQL_NAME=aicon
DATABASE_MYSQL_USER=root
DATABASE_MYSQL_PASSWORD=password
EMAIL_HOST=smtp.email.com
EMAIL_PORT=587
EMAIL_HOST_USER=user
EMAIL_HOST_PASSWORD=password
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False