mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 06:27:34 +00:00
Cleanup secrets management, pre-run checks.
This commit is contained in:
@@ -3,6 +3,9 @@ import sys
|
||||
# password and _don't_ check that file back to the repo as it exposes
|
||||
# your/our password to the world!
|
||||
|
||||
# This will ALL NEED TO BE CHANGED to match localsettingsWSL / python3 / Django v1.18.29
|
||||
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
|
||||
@@ -15,7 +18,7 @@ DATABASES = {
|
||||
}
|
||||
|
||||
EXPOUSER = 'expo'
|
||||
EXPOUSERPASS = 'realpasshere'
|
||||
EXPOUSERPASS = "nnn:gggggg"
|
||||
EXPOUSER_EMAIL = 'wookey@wookware.org'
|
||||
|
||||
REPOS_ROOT_PATH = '/home/expo/'
|
||||
@@ -68,6 +71,6 @@ FEINCMS_ADMIN_MEDIA='/site_media/feincms/'
|
||||
|
||||
#EMAIL_HOST = "smtp.gmail.com"
|
||||
#EMAIL_HOST_USER = "cuccexpo@gmail.com"
|
||||
#EMAIL_HOST_PASSWORD = "khvtffkhvtff"
|
||||
EMAIL_HOST_PASSWORD = "insert-real-email-password-here"
|
||||
#EMAIL_PORT=587
|
||||
#EMAIL_USE_TLS = True
|
||||
|
||||
Reference in New Issue
Block a user