added server_name to server config

This commit is contained in:
Václav Šmejkal 2024-08-30 14:40:28 +02:00
parent 972619bafa
commit 184e71c899
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -15,6 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
user_pick_username = true # User will be prompted for their username on connect or will end up with default_username user_pick_username = true # User will be prompted for their username on connect or will end up with default_username
server_name = "WHY2 Server" # Name of the server
server_username = "server" # Username server will use server_username = "server" # Username server will use
default_username = "anon" # If user_pick_username is set to false, this will be used as client username default_username = "anon" # If user_pick_username is set to false, this will be used as client username