Websocket server implementing a clock handling alarms and timezones
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.ini.inc 398B

1234567891011
  1. [pyws_clock]
  2. # Listen on given TCP port
  3. port=8901
  4. # Bind to TCP address (0.0.0.0 for any)
  5. listen=127.0.0.1
  6. ## Uncomment the line bellow to activate file sessions stored in given directory
  7. #session_directory=/var/run/pyws_clock/sessions/
  8. # Loglevels : 0 WARNING, 1 INFO, 2 DEBUG
  9. loglevel=1
  10. ## Uncomment the line bellow to log in a file instead of stderr
  11. #logfile=/var/log/pyws_clock/pyws_clock.log