Removed Uneeded Extend Option
This commit is contained in:
parent
ec9aa5be5c
commit
0d57d4e725
@ -89,7 +89,6 @@ PASSWORD_SALT = 'some_crazy_string'
|
|||||||
# ******************** Database *********************
|
# ******************** Database *********************
|
||||||
|
|
||||||
DATABASE_DRIVER = 'sqlite' # Options: none, sqlite, postgresql or mysql
|
DATABASE_DRIVER = 'sqlite' # Options: none, sqlite, postgresql or mysql
|
||||||
DATABASE_EXTEND = True # False = pushpool db layout, True = pushpool + extra columns
|
|
||||||
|
|
||||||
# SQLite
|
# SQLite
|
||||||
DB_SQLITE_FILE = 'pooldb.sqlite'
|
DB_SQLITE_FILE = 'pooldb.sqlite'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user