config_example added

This commit is contained in:
Dirk Alders 2022-05-08 16:48:33 +02:00
parent e9adf8fae0
commit f5aea38d93

22
config_example/config.py Normal file
View File

@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import report
secret = None
# TCP-Server
#
server_ip = '127.0.0.1'
server_port = 10001
# Logging
#
APP_NAME = 'leyk_client'
LOGTARGET = 'logfile' # possible choices are: 'logfile' or 'stdout'
LOGLVL = 'DEBUG'
LOGHOST = 'localhost'
LOGPORT = 19996
formatter = report.LONG_FMT