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