Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Aug 1, 2024
1 parent f05c529 commit bb0ab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ BARE_SERVER_ENABLED=true # Turns off/on the ability to use an integrated bare se
MASQR=false # Turns off/on the ability to use masqr
PORT=8080 # Sets the default port (if using docker this isn't recommended)
GAMES=true # Turns off the reverse proxy for the games
RAMMERHEAD_SERVER_ENABLED=true # Turns on/off the integrated RH server
RAMMERHEAD_SERVER_ENABLED=false # Turns on/off the integrated RH server
#BUILD TIME ONLY VARIABLES BELOW
SITE=https://example.com #The main url of your website
BARE_SERVER_OPTION=true # Turns off/on the option to use the bare server (USED AT BUILD TIME ONLY) set to true to enable the option
GAMES_LINK=true #Turns on/off the link in the frontend for games
RAMMERHEAD_OPTION=true #Turns on/off the option to use RammerHead in the frontend
RAMMERHEAD_OPTION=false #Turns on/off the option to use RammerHead in the frontend

0 comments on commit bb0ab21

Please sign in to comment.