mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-13 03:18:28 +00:00
fixed config
This commit is contained in:
parent
554aa62a7d
commit
d1cc0f6709
@ -1,8 +1,8 @@
|
||||
# config SteamCMD
|
||||
steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance
|
||||
steamcmdexec="steamcmd.sh" # name of steamcmd executable
|
||||
steamuser="anonymous" # steam user (for ark you can use anonymous)
|
||||
steampass="" # steam password (for anonymous is empty)
|
||||
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)
|
||||
@ -16,4 +16,4 @@ akrserverapass="ADMINPASSWORD" # ARK server admin password, KEEP IT SAF
|
||||
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)
|
||||
|
||||
appid=376030 # Probably this will be the linux server App ID
|
||||
appid=376030 # Linux server App ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user