Migrations configuration
This commit is contained in:
7
config/Configuration.dhall
Normal file
7
config/Configuration.dhall
Normal file
@ -0,0 +1,7 @@
|
||||
{ database : { username : Text
|
||||
, password : Text
|
||||
, host : Text
|
||||
, database : Text
|
||||
, migrations : Text }
|
||||
, store : { path : Text }
|
||||
}
|
@ -4,5 +4,7 @@
|
||||
, password = "password"
|
||||
, host = "hostname"
|
||||
, database = "ebook"
|
||||
, migrations = "./migrations"
|
||||
}
|
||||
store = { path = "/tmp/store" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user