mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 19:48:27 +00:00
remove steam user and password. Not necessary anymore
This commit is contained in:
parent
83e3e3c93c
commit
2901e1d7a3
@ -1,8 +1,6 @@
|
||||
# config SteamCMD
|
||||
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
|
||||
steamcmdexec="steamcmd.sh" # name of steamcmd executable
|
||||
steamuser="anonymous" # steam user (Use anonymous if you don't want to log in)
|
||||
steampass="" # steam password (leave blank if you're using anonymous)
|
||||
|
||||
# config Server
|
||||
arkserverroot="/home/steam/ARK" # path of your ARK server files (default ~/ARK)
|
||||
@ -15,5 +13,9 @@ arkserverapass="ADMINPASSWORD" # ARK server
|
||||
servicename="arkserv" # Name of the service (don't change if you don't know what are you doing)
|
||||
logdir="/var/log/arktools" # Logs path (default /var/log/arktools)
|
||||
|
||||
# steamdb specific
|
||||
appid=376030 # Linux server App ID
|
||||
|
||||
# admin information
|
||||
notify_update_by_email=0 # if you want to receive a mail on each update (SMTP client must be configured)
|
||||
servermail=mail@domain.com # Log email
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user