From 40d81be639f96042309803b7d8e8e7ccf1ee0daa Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 24 Jul 2018 18:03:21 +0200 Subject: [PATCH] Create template config --- template_config.ini | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 template_config.ini diff --git a/template_config.ini b/template_config.ini new file mode 100644 index 00000000..1880c111 --- /dev/null +++ b/template_config.ini @@ -0,0 +1,37 @@ +[Database] +database_uri = + +[Steam] +api_key = + +[Rocket League] +rlstats_api_key = + +[League of Legends] +riot_api_key = + +[Osu!] +ppy_api_key = + +[Discord] +bot_token = +server_id = +main_channel = +afk_timer = 10 +invite_link = + +[Telegram] +bot_token = +main_group = +invite_link = + +[YouTube] +username = +password = +max_duration = 7200 + +[Sentry] +token = + +[Flask] +secret_key = \ No newline at end of file