mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
Create template config
This commit is contained in:
parent
3e64da56ac
commit
40d81be639
1 changed files with 37 additions and 0 deletions
37
template_config.ini
Normal file
37
template_config.ini
Normal file
|
@ -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 =
|
Loading…
Reference in a new issue