mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-15 03:58:27 +00:00
remove steam user and password. Not necessary anymore
This commit is contained in:
parent
75fd8d1ea1
commit
6a00440d21
@ -1,8 +1,6 @@
|
||||
# config SteamCMD
|
||||
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
|
||||
steamcmdexec="steamcmd.sh" # name of steamcmd executable
|
||||
steamuser="USERNAME" # steam user (needed to download the app, anonymous is not allowed)
|
||||
steampass="PASSWORD" # steam password
|
||||
|
||||
# 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