12345678910111213141516171819202122232425262728293031323334 |
-
-
-
- import report
-
- FULL_SCREEN = False
-
-
-
-
- server_out_secret = None
- server_out_ip = 'localhost'
- server_out_port = 37000
- server_in_secret = None
- server_in_ip = 'localhost'
- server_in_port = 47000
-
- server_garage_secret = None
- server_garage_ip = 'localhost'
- server_garage_port = 10000
-
-
- LOGTARGET = 'stdout'
-
-
-
- APP_NAME = 'smarthome'
- LOGTARGET = 'stdout'
- LOGLVL = 'DEBUG'
-
- LOGHOST = 'localhost'
- LOGPORT = 19996
-
- formatter = report.LONG_FMT
|