mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-26 11:35:48 +01:00
c623e67a6d
2 internal commit(s) GitOrigin-RevId: 5ca92c5edb4fd4e19f6322307168581146dd9618
19 lines
425 B
YAML
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'
|