fix: copy database path to updated config (#119)

This commit is contained in:
Jan Christian Grünhage
2018-04-17 16:38:39 +01:00
committed by Tulir Asokan
parent 41f2f64322
commit a652fb1d8c
+2
View File
@@ -147,6 +147,8 @@ class Config(DictWithRecursion):
copy("appservice.hostname")
copy("appservice.port")
copy("appservice.database")
copy("appservice.public.enabled")
copy("appservice.public.prefix")
copy("appservice.public.external")