fixed config value

This commit is contained in:
Aaron Kimbre
2024-04-25 10:25:19 -05:00
parent faee5b72e7
commit bce03ca08d
2 changed files with 3 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ max_number_of_friends=50
enable_chat_web_api=0
# If that chat web api is enabled, it will only listen for connections on this ip address
chat_web_api_listen_address=localhost
# 127.0.0.1 is localhost
chat_web_api_listen_address=127.0.0.1