diff --git a/example.env b/example.env index a1ad3bc..2f7bfb9 100644 --- a/example.env +++ b/example.env @@ -3,3 +3,4 @@ STEAM_PASS="YourSteamPassword" BETA_CODE="SteamBetaCode" STEAM_BRANCH="headless" LOG_RETENTION="30" +ENABLE_MODS="false" \ No newline at end of file diff --git a/portainer/environment-portainer-examples b/portainer/environment-portainer-examples index f7e1e0f..300a5da 100644 --- a/portainer/environment-portainer-examples +++ b/portainer/environment-portainer-examples @@ -3,3 +3,4 @@ STEAM_PASS=steampasswordhere BETA_CODE=betacodehere STEAM_BRANCH=headless LOG_RETENTION=30 +ENABLE_MODS=false \ No newline at end of file