hello could send me the file config.yml mine is incomplete and the lines do not appear to add user and pass.
# Assetto Server Manager Configuration
#
https://github.com/cj123/assetto-server-manager
#
# Thanks for using server manager!
#
#
# note that changes to this file require a restart of server manager to work!
#
#
# The below file is in YAML configuration format. Spacing is important within
# YAML, and can cause server manager not to launch correctly. You can validate
# this file online at:
http://www.yamllint.com/
#
################################################################################
################################################################################
#
# steam settings - server manager can install the assetto corsa
# server for you using steamcmd (if you'd like)
#
################################################################################
steam:
# steam username and password. we recommend creating a separate account with
# steamguard disabled to use this application. Assetto Corsa Server is FREE
# so you don't need to worry about purchasing it again.
#
# server manager uses this information ONLY to install the
# assetto corsa server.
#
# however, if you do not wish to provide server manager with this information,
# leave it blank and install assetto corsa server to the path you specified in
# install_path (default: 'assetto')
username:
password:
# where to install assetto corsa server
install_path:
# the path to the executable to run. relative to the install_path by default
executable_path:
# set this to true to force an install every time the server manager is loaded
force_update: false
################################################################################
#
# http settings
#
################################################################################
http:
# hostname is the hostname the HTTP server should listen on.
# change '0.0.0.0' to 'localhost' if you don't want server manager to be
# available on the web.
hostname: 1xx.168.1.1xx:8774
# session key is used to encrypt the http session
session_key: RANDOMLY_GENERATE_THIS
################################################################################
#
# data storage - where server manager keeps your data!
#
################################################################################
store:
# store type: this can be one of:
# - 'json' - saves each custom race, championship as separate JSON files
# in the directory specified by store_path
# - 'boltdb' - saves all content inside a single database file specified by
# store_path
#
# boltdb is recommended for most users.
type: boltdb
# where to save the server manager data
path: server_manager.db
################################################################################
#
# user management - this is now mostly done via the web interface.
#
################################################################################
accounts:
# admin password override is used to override the admin password in the case
# that you have forgotten it. set it to e.g. 'password' and log in with:
# username: admin
# password: password
# and you will be prompted to change your admin password back to something you
# can remember
admin_password_override:
################################################################################
#
# live map config
#
################################################################################
live_map:
# how often to refresh the map data in milliseconds
# set this to 0 to disable live map.
refresh_interval_ms: 67
################################################################################
#
# server config - configure plugins, e.g. stracker here.
#
################################################################################
server:
# list of commands to run on server start and kill on server stop. this should
# contain the full command with arguments to run the given program.
#
# I envisage a lot of people wishing to use stracker with this, so i've tried
# to provide a couple of ideas of what this might look like below.
#
# !!! please also note that your stracker.ini must have the following lines set
# in the ACPLUGIN settings: !!!
# rcvPort = 12002
# sendPort = 11002
#
# where:
# - rcvPort equals the port from the UDP Plugin Address in Server Options
# - sendPort equals the value of the UDP Plugin Local Port in Server Options
#
# otherwise, stracker will not be able to connect to the server manager
#
# you can of course add your own commands (whatever you like!) here.
#
# this assumes that you have installed stracker into a folder called "stracker"
# next to the server-manager executable.
run_on_start:
# uncomment the line below for stracker on Linux
# - ./stracker/stracker_linux_x86/stracker --stracker_ini ./stracker/stracker.ini
# uncomment the line below for stracker on Windows
# - ./stracker/stracker.exe --stracker_ini ./stracker/stracker.ini
I hope you can help me thank you very much