RestApiv2/configs/restServer/config.yaml

10 lines
161 B
YAML
Raw Normal View History

bind_addr: ":127.0.0.1"
bind_port: ":8050"
2022-12-12 20:34:00 +03:00
log_level: "debug"
# db
DB:
2022-12-13 16:45:22 +03:00
baseurlbd: "host=localhost user=admin password=root dbname=postgres sslmode=disable"