hyperboria/idm/api/configs/base.yaml
the-superpirate 971cdf6245 - [nexus] Development
GitOrigin-RevId: 499097f2e6a7fa4320a507be26a271795752dd92
2022-09-13 17:38:28 +03:00

28 lines
390 B
YAML

---
application:
debug: true
service_name: idm-api
clickhouse:
host:
password:
username:
database:
idm:
database: nexus
drivername: postgresql
host:
password:
port: 5432
username:
nexus:
database: nexus
drivername: postgresql
host:
password:
port: 5432
username:
grpc:
address: 0.0.0.0
port: 82
log_path: '/var/log/idm-api'