2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-04-03 17:31:47 +01:00

Put correct user for mysql on seagrass back into config (It was accidentally overwritten in recent changes)

This commit is contained in:
wookey 2013-07-06 09:28:39 +01:00
parent 64f4e122a5
commit 9f5f5fb616

View File

@ -5,8 +5,8 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'troggle', # Or path to database file if using sqlite3.
'USER': 'expo', # Not used with sqlite3.
'PASSWORD': 'gosser', # Not used with sqlite3.
'USER': 'undemocracy', # Not used with sqlite3.
'PASSWORD': 'aiGohsh5', # 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.
}
@ -30,8 +30,6 @@ FILES = '/home/expo/expoimages'
EXPOWEB_URL = 'http://expo.survex.com/'
MMMMC_DIR = "/home/expo/mmmc"
SURVEYS_URL = 'http://expo.survex.com/survey_scans/'
PYTHON_PATH = '/home/expo/troggle/'