Commit | Line | Data |
---|---|---|
d15017b2 CR |
1 | DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. |
2 | DATABASE_NAME = 'auf_savoirs_en_partage_django.db' | |
3 | DATABASE_USER = '' # Not used with sqlite3. | |
4 | DATABASE_PASSWORD = '' # Not used with sqlite3. | |
5 | DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. | |
6 | DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. | |
5fa0c5a4 | 7 | ROA_API_KEY = '' |
669b7444 | 8 | |
ab114095 | 9 | # Don't share this with anybody. |
10 | SECRET_KEY = '' | |
11 | ||
669b7444 | 12 | CALENDRIER_URL = 'http://davin:davin@cal.ro.auf.org/caldav.php/davin/test/' |
ab114095 | 13 | SITE_ROOT_URL = 'http://www.savoirsenpartage.auf.org' |
221f4f6c | 14 | |
15 | AUTH_PASSWORD_REQUIRED = True | |
49750ac5 | 16 | EMAIL_SUBJECT_PREFIX = '[savoirsenpartage - TEST] ' |
c3d51177 PP |
17 | |
18 | SITE_DOMAIN = 'test.savoirsenpartage.auf.org' |