21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
{
|
|
"tokens": {
|
|
"hs": "HS_KEY",
|
|
"as": "AS_KEY",
|
|
"telegram": "TELEGRAM_BOT_API_KEY",
|
|
"google": "GOOGLE_API_KEY"
|
|
},
|
|
|
|
"hosts": {
|
|
"internal": "http://127.0.0.1:PORT/",
|
|
"external": "https://DOMAIN.TLD/"
|
|
},
|
|
|
|
"chats": {
|
|
"-TELEGRAM_ID": "!INTERNAL_ID:DOMAIN.TLD"
|
|
},
|
|
|
|
"user_id_format": "@telegram_{}:DOMAIN.TLD"
|
|
}
|
|
|