File: server_console.cfg

package info (click to toggle)
pyscrabble 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,276 kB
  • ctags: 1,396
  • sloc: python: 11,667; sh: 429; makefile: 67
file content (8 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
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