Add backend-prod target (debug, 0.0.0.0, 8084)
This commit is contained in:
6
src/backend_flask/conf_files/prod_conf.yaml
Normal file
6
src/backend_flask/conf_files/prod_conf.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
debug: True
|
||||
port: 8084
|
||||
host: 0.0.0.0
|
||||
logfile: "/var/log/valency_backend.log"
|
||||
---
|
||||
Reference in New Issue
Block a user