You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISCORD_TOKEN=xxxxx #secret token found here https://discord.com/developers/applications
SERVER_SETTINGS=Resources/ServerConfig/PracticalPython #Path to the settings file
#Docker Settings
TAG=latest #Could link this such that the dockerfile can pull the specified version from github. This is the only env variable that doesnt have a CL arguement equivalent
ENVIRONMENT=dev #Lets us use just the one compose for both dev and prod