/etc/pyscrabble/server_console.cfg is in pyscrabble-server 1.6.2-9.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | # This is the console server configuration file
# You need to specify the following ports:
# game_port: port the Game Server will listen on
# web_port: port the Web Configuration console will listen on
[pyscrabble]
web_port: 8888
game_port: 9999
|