config.json.example 1.2 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "CONNECT_TO_BANCHO": false,
  3. "MILLISECONDS_BETWEEN_SENDS": 1000,
  4. "osu_id": "your osu! id here",
  5. "osu_username": "your osu! username here",
  6. "osu_irc_password": "get it here: https://osu.ppy.sh/p/irc",
  7. "osu_v2api_client_id": 1234,
  8. "osu_v2api_client_secret": "get it here: https://osu.ppy.sh/home/account/edit#new-oauth-application",
  9. "max_lobbies": 1,
  10. "games_needed_for_rank": 5,
  11. "CONNECT_TO_DISCORD": false,
  12. "discord_admin": "889603773574578198",
  13. "discord_bot_id": "892791929455128596",
  14. "discord_token": "get it here: https://discord.com/developers/applications",
  15. "discord_invite_link": "don't use a discord.gg link directly, bancho wordswaps those to google.com",
  16. "discord_guild_id": "891781932067749948",
  17. "discord_welcome_channel_id": "892880734526795826",
  18. "discord_room_announce_channel_id": "974311755801034772",
  19. "discord_linked_account_role_id": "909777665223966750",
  20. "discord_the_one_role_id": "1173532167259836486",
  21. "HOST_WEBSITE": true,
  22. "domain_name": "osudev.local",
  23. "cookie_secret": "change this to a random string",
  24. "IS_PRODUCTION": false,
  25. "ENABLE_SENTRY": false,
  26. "sentry_dsn": "create a project on https://sentry.io/ and copy the dsn url here"
  27. }