diff options
author | expo <expo@expobox.potato.hut> | 2015-06-24 04:41:50 +0100 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2015-06-24 04:41:50 +0100 |
commit | 4e57af79d40651e2c4aaa88e668e3f1e00f5316a (patch) | |
tree | e8f9b453a9063e208a72e7de3ed44dd159accb30 /localsettingsubuntu.py | |
parent | ee66e1dd8d4d5ee891db7c70b294cfad8dceafdc (diff) | |
download | troggle-4e57af79d40651e2c4aaa88e668e3f1e00f5316a.tar.gz troggle-4e57af79d40651e2c4aaa88e668e3f1e00f5316a.tar.bz2 troggle-4e57af79d40651e2c4aaa88e668e3f1e00f5316a.zip |
Don't put passwords in the repo
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index eac75da..265a4d3 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -6,7 +6,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.mysql', # 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. 'NAME' : 'troggle', # Or path to database file if using sqlite3. 'USER' : 'expo', # Not used with sqlite3. - 'PASSWORD' : '161:gosser', # Not used with sqlite3. + 'PASSWORD' : 'sekrit', # Not used with sqlite3. 'HOST' : '', # Set to empty string for localhost. Not used with sqlite3. 'PORT' : '', # Set to empty string for default. Not used with sqlite3. } |