config.py 96 B

12345678
  1. # Connect to:
  2. HOST = "twgs"
  3. PORT = 2002
  4. # Listen on:
  5. LISTEN_PORT = 2002
  6. LISTEN_ON = "0.0.0.0"