added tg values to config file

This commit is contained in:
jhuesser 2018-06-07 10:33:59 +02:00 committed by Thomas Nilsen
parent eabca6bb0c
commit bc92eea651
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ define("POLICY_MAIL", "##policy_mail##"); //contact email in policy
define("POLICY_PHONE", "##policy_phone##");
define("WHO_WE_ARE","##who_we_are##");
define("POLICY_URL","##policy_url##");
define("TG_BOT_API_TOKEN", "##tg_bot_token##"); //Telegram Bot Token
define("TG_BOT_USERNAME", "##tg_bot_username##"); //Telegram Bot username
define("INSTALL_OVERRIDE", false);
define("DEFAULT_LANGUAGE", "en_GB");