diff options
author | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2011-09-02 03:39:20 +0200 |
commit | 378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3 (patch) | |
tree | ed5d2156f5374d7705b2f163508962f8c012aa6b /localsettingsubuntu.py | |
parent | 4def1aece2eb713c90ea3cec027c40458f20c8ed (diff) | |
parent | 2145d1187ee401ba0b768a8383b06aef866bdbce (diff) | |
download | troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.tar.gz troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.tar.bz2 troggle-378ddfe96d4a9497be7f00aade1b0ef1cb3d01d3.zip |
branch merge
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index d3457c7..0a1d5e8 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -1,9 +1,10 @@ +import sys # link localsettings to this file for use on expo computer in austria DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'troggle' # Or path to database file if using sqlite3. -DATABASE_USER = 'troggler3' # Not used with sqlite3. -DATABASE_PASSWORD = 'ggg' # Not used with sqlite3. +DATABASE_USER = 'expo' # Not used with sqlite3. +DATABASE_PASSWORD = 'gosser' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. @@ -48,4 +49,4 @@ TEMPLATE_DIRS = ( # Don't forget to use absolute paths, not relative paths. ) -LOGFILE = '/home/expo/expofiles/expoweb/parsing_log.txt' +LOGFILE = '/home/expo/expofiles/troggle/parsing_log.txt' |