moving to local

This commit is contained in:
2019-04-22 20:32:06 +02:00
parent ef1d25786a
commit 4a435d5b28
7 changed files with 11 additions and 9 deletions

View File

@@ -502,7 +502,7 @@ if __name__ == "__main__":
username=args.dbuser,
password=args.dbpass,
authSource="valdb",
authMechanism='SCRAM-SHA-256'
authMechanism='SCRAM-SHA-1'
)
valdb = client.valdb
@@ -517,3 +517,4 @@ if __name__ == "__main__":
log.info("[*] Starting app.py with config:\n{}".format(config))
app.run(host=str(config["host"]), port=int(config["port"]))

View File

@@ -1,6 +1,6 @@
---
debug: True
port: 5004
port: 8084
host: localhost
logfile: "/var/log/valency_backend.log"
---