Initial rough draft switch to sqlite.
This commit is contained in:
parent
a70003d290
commit
ab55705b9f
15 changed files with 315 additions and 553 deletions
|
|
@ -31,12 +31,9 @@ cache:
|
|||
page: "24h"
|
||||
|
||||
database:
|
||||
hostname: "localhost"
|
||||
port: 5432
|
||||
user: "admin"
|
||||
password: "admin"
|
||||
database: "app"
|
||||
testDatabase: "app_test"
|
||||
driver: "sqlite3"
|
||||
connection: "dbs/main.db?_journal=WAL&_timeout=5000&_fk=true"
|
||||
testConnection: ":memory:?_journal=WAL&_timeout=5000&_fk=true"
|
||||
|
||||
mail:
|
||||
hostname: "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue