2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

[svn] backup settings

This commit is contained in:
goatchurch 2009-06-09 19:52:32 +01:00
parent d87f221a2b
commit 542f55d43e

View File

@ -1,3 +1,5 @@
# this file is copied from localsettingsserver.py or localsettingsubuntu.py to get you set off
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.
@ -6,10 +8,29 @@ DATABASE_HOST = '' # Set to empty string for localhost. Not used wit
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
PYTHON_PATH = '/home/goatchurch/expoweb/troggle/'
SURVEX_DATA = '/home/goatchurch/loser/'
SURVEX_DATA = '/home/goatchurch/tunnel/cucc/loser/'
SURVEYS = '/home/goatchurch/tunnel/cucc/surveys'
CAVERN = 'cavern'
EXPOWEB = '/home/goatchurch/expoweb'
URL_ROOT = '/troggle/'
EXPOWEB = '/home/goatchurch/expoweb/'
SURVEYS_URL = ''
SURVEY_SCANS = '/home/goatchurch/tunnel/cucc/surveys/surveyscans'
LOGFILE = '/home/goatchurch/expoweb/parsing_log.txt'
PHOTOS = '/home/goatchurch/expoweb/photos'
# going to survey files (needs better name)
#FILES = "http://framos.lawoftheland.co.uk/troggle/survey_files/"
FILES = "/home/goatchurch/tunnel/cucc/surveys"
MEDIA_URL = '/site_media/'
#URL_ROOT = '/troggle/'
MEDIA_ROOT = '/home/goatchurch/expoweb/troggle/media/'
URL_ROOT = 'http://127.0.0.1:8000'
TEMPLATE_DIRS = (
"/home/goatchurch/expoweb/troggle/templates",