mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-11 19:25:53 +01:00
28 lines
390 B
YAML
28 lines
390 B
YAML
---
|
|
application:
|
|
debug: true
|
|
service_name: idm-api
|
|
database:
|
|
idm:
|
|
database: nexus
|
|
host:
|
|
password:
|
|
username:
|
|
drivername: postgresql
|
|
port: 5432
|
|
nexus:
|
|
database: nexus
|
|
host:
|
|
password:
|
|
username:
|
|
drivername: postgresql
|
|
port: 5432
|
|
clickhouse:
|
|
host:
|
|
password:
|
|
username:
|
|
grpc:
|
|
address: 0.0.0.0
|
|
port: 82
|
|
log_path: '/var/log/idm-api'
|