telematrix/config.json.example

26 lines
523 B
Plaintext
Raw 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
},
2017-10-30 11:08:40 -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
"as_port": 5000
}