hyperboria/idm/api/configs/base.yaml
the-superpirate c623e67a6d - feat(idm): Move related channel to configs
2 internal commit(s)

GitOrigin-RevId: 5ca92c5edb4fd4e19f6322307168581146dd9618
2021-04-12 23:47:11 +03:00

19 lines
425 B
YAML

---
application:
debug: true
service_name: idm-api
database:
port: 5432
grpc:
address: 0.0.0.0
port: 9090
log_path: '/var/log/idm-api/{{ ENV_TYPE }}'
telegram:
# Telegram App Hash from https://my.telegram.org/
app_hash: '{{ APP_HASH }}'
# Telegram App ID from https://my.telegram.org/
app_id: 00000
database:
session_id: '/usr/lib/idm-api/{{ ENV_TYPE }}/session.db'
related_channel: '@nexus_search'