3rd time's the charm
This commit is contained in:
parent
7d44729c6e
commit
c75fc233fe
@ -2,9 +2,10 @@ import json
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
with open('/config/servers.json', 'w') as f:
|
with open("/config/servers.json", "w") as f:
|
||||||
print("created " + f.name)
|
print("created " + f.name)
|
||||||
template_string = ('{"Servers": {"1": {"Name": "DavinciResolve", '
|
template_string = (
|
||||||
|
'{"Servers": {"1": {"Name": "DavinciResolve", '
|
||||||
'"Group": "Servers", "Port": 5432, "Username": '
|
'"Group": "Servers", "Port": 5432, "Username": '
|
||||||
'"postgres", "Host": "postgres", "SSLMode": "prefer", "MaintenanceDB": "postgres"}}}'
|
'"postgres", "Host": "postgres", "SSLMode": "prefer", "MaintenanceDB": "postgres"}}}'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user