mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
telegram
This commit is contained in:
@@ -229,8 +229,8 @@ def setup_loadbalancer(c):
|
||||
config = {
|
||||
'domain_ledns': domain_ledns,
|
||||
'http_host_list': http_host_list,
|
||||
'telegram_bot_token': dotenv_val('TELEGRAM_BOT_TOKEN'),
|
||||
'telegram_bot_chat_id': dotenv_val('TELEGRAM_BOT_CHAT_ID'),
|
||||
'telegram_token': dotenv_val('TELEGRAM_TOKEN'),
|
||||
'telegram_chat_id': dotenv_val('TELEGRAM_CHAT_ID'),
|
||||
}
|
||||
|
||||
config_str = json.dumps(config, indent=2, ensure_ascii=False)
|
||||
|
||||
Reference in New Issue
Block a user