mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-11 11:16:10 +01:00
971cdf6245
GitOrigin-RevId: 499097f2e6a7fa4320a507be26a271795752dd92
28 lines
390 B
YAML
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'
|