added server_name to server config
This commit is contained in:
parent
972619bafa
commit
184e71c899
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user