cjvt-valency/src/backend_flask/conf_files/dev_conf_init.yaml

8 lines
104 B
YAML

---
debug: True
port: 5004
host: localhost
logfile: "/var/log/valency_backend.log"
prepare_db: True
---