adapt_wcs_config: also change createdb-connection-params values

This commit is contained in:
Christophe Siraut 2020-10-01 08:15:36 +02:00
parent 4d0a0608ca
commit e067a92b52
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ with open(args.file) as fh:
data["postgresql"]["host"] = args.host
data["postgresql"]["password"] = args.password
data["postgresql"]["createdb-connection-params"]["host"] = args.host
data["postgresql"]["createdb-connection-params"]["password"] = args.password
print(data["postgresql"])
with open(args.file, "w") as fh: