Database_extend fix
This commit is contained in:
parent
f749ee2301
commit
dc66a7d778
@ -81,7 +81,7 @@ PASSWORD_SALT = 'some_crazy_string'
|
|||||||
# ******************** Database *********************
|
# ******************** Database *********************
|
||||||
|
|
||||||
DATABASE_DRIVER = 'mysql' # Options: none, sqlite, postgresql or mysql
|
DATABASE_DRIVER = 'mysql' # Options: none, sqlite, postgresql or mysql
|
||||||
|
DATABASE_EXTEND = False # SQLite and PGSQL Only!
|
||||||
# SQLite
|
# SQLite
|
||||||
DB_SQLITE_FILE = 'pooldb.sqlite'
|
DB_SQLITE_FILE = 'pooldb.sqlite'
|
||||||
# Postgresql
|
# Postgresql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user