1 # -*- encoding: utf-8 -*
3 DATABASE_ENGINE
= 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
4 DATABASE_NAME
= 'data.db'
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.