config_example added
This commit is contained in:
parent
e9adf8fae0
commit
f5aea38d93
22
config_example/config.py
Normal file
22
config_example/config.py
Normal 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
|
Loading…
x
Reference in New Issue
Block a user