This commit is contained in:
Zsolt Ero
2024-06-09 22:32:43 +02:00
parent a06ee4c65c
commit 02bfe0eb55
3 changed files with 10 additions and 10 deletions

View File

@@ -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)