· 6 years ago · Mar 04, 2019, 02:56 PM
1NADA_USERNAME = 'WstStSTr_tst1'
2NADA_PASSWORD = 'WstStSTr_tst1'
3BLACK_BOOK_USERNAME = 'shulzj'
4BLACK_BOOK_PASSWORD = 'Streamline'
5
6SECRET_KEY = 'gm@^gg(aa%#rdkla^rt%^2cr7*8pgf%$9^yxv-c2_sc@8u%txx'
7DATABASES = {
8 'default': {
9 'ENGINE': 'django.db.backends.postgresql_psycopg2',
10 'NAME': 'swa',
11 'USER': 'postgres',
12 'HOST': '0.0.0.0',
13 'PORT': 5432,
14 'PASSWORD': 'my_pg_swa_password',
15 }
16}
17DEBUG = True
18HOSTNAME = '127.0.0.1'
19PORT = 8000
20ALLOWED_HOSTS = [
21 '0.0.0.0', '127.0.0.1', '172.20.24.56', '10.0.2.2', 'localhost',
22 'swaas.local', '.swaas.local'
23]
24DEFAULT_FILE_STORAGE = 'swa.storages.FileSystemMediaStorage'
25EMAIL_IMPORT = False