Migration Automation

- Adding docker DB template,
- migrationscript,
- config update,
. adding migration to bee rs
This commit is contained in:
2018-11-14 18:47:42 +01:00
parent ec3af0cad6
commit e8452e0d77
5 changed files with 40 additions and 16 deletions

View File

@ -1,6 +1,6 @@
Host = "127.0.0.1"
User = "postgres"
Password = "postgres"
Password = "ENvfffM4hrJAKrs8"
Port = 5435
Db = "system"
Ssl = "disable"