Commit | Line | Data |
---|---|---|
baeb6524 OL |
1 | # -*- encoding: utf-8 -* |
2 | ||
3 | DATABASE_ENGINE = 'mysql' # '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. |