935fada1c5
Fixes #6
23 lines
457 B
Plaintext
23 lines
457 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/",
|
|
"bare": "DOMAIN.TLD"
|
|
},
|
|
|
|
"chats": {
|
|
"-TELEGRAM_ID": "!INTERNAL_ID:DOMAIN.TLD"
|
|
},
|
|
|
|
"user_id_format": "@telegram_{}:DOMAIN.TLD",
|
|
"db_url": "sqlite:///database.db"
|
|
}
|
|
|