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 | 77dea07b400876cde999a33260793176f27aed0d (patch) | |
tree | 050a691b4238ce8122e9a96c745b5c62bc4ebef3 /localsettingsubuntu.py | |
parent | 77dcf7f7597dd6f946cfcb12cd8ed1773ac83b61 (diff) | |
parent | 59e7c4d5dfd38aa666f06f5104a9ceaa309818fd (diff) | |
download | troggle-77dea07b400876cde999a33260793176f27aed0d.tar.gz troggle-77dea07b400876cde999a33260793176f27aed0d.tar.bz2 troggle-77dea07b400876cde999a33260793176f27aed0d.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' |