Migrations configuration

This commit is contained in:
2019-01-21 22:35:05 +02:00
parent 86085e146c
commit 2c369943e7
4 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{ database : { username : Text
, password : Text
, host : Text
, database : Text
, migrations : Text }
, store : { path : Text }
}

View File

@ -4,5 +4,7 @@
, password = "password"
, host = "hostname"
, database = "ebook"
, migrations = "./migrations"
}
store = { path = "/tmp/store" }
}