telematrix/config.json.example

28 lines
558 B
Plaintext
Raw Permalink Normal View History

2016-10-08 12:08:59 -04:00
{
"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"
2016-10-08 12:08:59 -04:00
},
"bot_owners": [
"@youruser:DOMAIN.TLD",
"@youruser:matrix.org",
"@youruser:example.com"
],
"user_id_format": "@telegram_{}:DOMAIN.TLD",
"db_url": "sqlite:///database.db",
2016-10-08 12:08:59 -04:00
2017-10-30 10:19:10 -04:00
"print_url_with_image": true,
2017-10-30 10:09:35 -04:00
"as_port": 5000
}