diff options
Diffstat (limited to 'sbhs_server/credentials.py-bkup')
-rw-r--r-- | sbhs_server/credentials.py-bkup | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbhs_server/credentials.py-bkup b/sbhs_server/credentials.py-bkup new file mode 100644 index 0000000..3906e73 --- /dev/null +++ b/sbhs_server/credentials.py-bkup @@ -0,0 +1,12 @@ +PROJECT_SECRET_KEY = 'iujfhiuwfr43873herfh8734684375hjfhg' +EMAIL_HOST_USER = 'sbhs.lolmax@gmail.com' +EMAIL_HOST_PASSWORD = '1qaz2wsx@' +MAP_FILE = '/home/vlabs-sbhs/code/sbhs/map_machine_ids.txt' +LOG_FILE = '/tmp/sbhserr.log' +ADMIN_EMAIL='rupakrokade@gmail.com' +DB_NAME = 'sbhs' +DB_USER = 'root' +DB_PASS = 'fossee@iitb' +DB_HOST = 'localhost' +DB_PORT = '3306' + |