...

Text file src/go.formulabun.club/template.env

Documentation: go.formulabun.club

     1# Copy this file to .env and fill in values
     2# Keep this file up to date
     3
     4
     5### fill in the next settings
     6# srb2kart server
     7IP=main # docker compose service name or ip
     8
     9# Discord service
    10DISCORD_TOKEN=
    11DISCORD_APPLICATION=
    12DISCORD_TESTGUILD= # leave this blank if not testing
    13
    14# main srb2kart server configuration
    15ADDONSOURCE="" # repo with all addons
    16
    17LUAFILESOURCE=""
    18CONFIGSOURCE=""
    19
    20# Database config
    21MARIADB_ROOT_PASSWORD=
    22
    23### Don't touch the next settings
    24SRB2KART_MAIN_PORT=5029

View as plain text