Commit | Line | Data |
---|---|---|
126051ac | 1 | # -*- encoding: utf-8 -*- |
2 | ||
3 | DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. | |
4 | DATABASE_NAME = '' | |
5 | DATABASE_USER = '' # Not used with sqlite3. | |
6 | DATABASE_PASSWORD = '' # Not used with sqlite3. | |
7 | DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. | |
8 | DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. | |
9 | ||
10 | EMAIL_FROM = '' | |
11 | ROA_API_KEY = '' | |
12 | ||
13 | AUTH_PASSWORD_REQUIRED = True | |
14 |