telematrix/config.json.example

22 lines
439 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
},
"user_id_format": "@telegram_{}:DOMAIN.TLD",
"db_url": "sqlite:///database.db",
2016-10-08 12:08:59 -04:00
2017-10-30 10:09:35 -04:00
"print_url_with_image": true
"as_port": 5000
}