Leyk lightener application for raspberry pi and piface module.
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.

12345678910111213141516171819
  1. #!/usr/bin/env python
  2. # -*- coding: UTF-8 -*-
  3. import report
  4. secret = b'give_a_secret_string_here'
  5. server_ip = '127.0.0.1'
  6. server_port = 10001
  7. # Logging
  8. #
  9. APP_NAME = 'leyk'
  10. LOGTARGET = 'stdout'
  11. LOGLVL = 'DEBUG'
  12. LOGHOST = 'localhost'
  13. LOGPORT = 19996
  14. formatter = report.LONG_FMT