| 48 | | DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', or 'sqlite3'. |
|---|
| 49 | | DATABASE_NAME = '' |
|---|
| 50 | | DATABASE_USER = '' |
|---|
| 51 | | DATABASE_PASSWORD = '' |
|---|
| 52 | | DATABASE_HOST = '' # Set to empty string for localhost. |
|---|
| 53 | | DATABASE_PORT = '' # Set to empty string for default. |
|---|
| | 48 | DATABASE_ENGINE = 'postgresql' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. |
|---|
| | 49 | DATABASE_NAME = '' # Or path to database file if using sqlite3. |
|---|
| | 50 | DATABASE_USER = '' # Not used with sqlite3. |
|---|
| | 51 | DATABASE_PASSWORD = '' # Not used with sqlite3. |
|---|
| | 52 | DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. |
|---|
| | 53 | DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. |
|---|