mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-09-13 08:03:28 +00:00
Allow for the use of experimental by adding EXPERIMENTAL=1 into the .env file.
This commit is contained in:
parent
4fc2013bd0
commit
5fed48441b
1 changed files with 6 additions and 3 deletions
|
@ -33,10 +33,13 @@ export cyan="\e[36m"
|
|||
|
||||
# DayZ release server Steam app ID.
|
||||
# Now that the Linux server is released, the binaries will come from this ID.
|
||||
#export release_server_appid=223350
|
||||
export release_server_appid=223350
|
||||
|
||||
# Leaving the experimental server appid here to allow for the use of the experimental server.
|
||||
# Allow for the use of experimental via an environment variable
|
||||
if [ ${EXPERIMENTAL} != "" ]
|
||||
then
|
||||
export release_server_appid=1042420
|
||||
fi
|
||||
|
||||
# DayZ release client SteamID. This is for mods, as only the release client has them.
|
||||
export release_client_appid=221100
|
||||
|
|
Loading…
Add table
Reference in a new issue