Add backend-prod target (debug, 0.0.0.0, 8084)

This commit is contained in:
2019-04-22 23:38:47 +02:00
parent 4a435d5b28
commit 2db0d63269
3 changed files with 14 additions and 0 deletions

View File

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