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