Pārlūkot izejas kodu

config_example added

master
Dirk Alders 2 gadus atpakaļ
vecāks
revīzija
f5aea38d93
1 mainītis faili ar 22 papildinājumiem un 0 dzēšanām
  1. 22
    0
      config_example/config.py

+ 22
- 0
config_example/config.py Parādīt failu

@@ -0,0 +1,22 @@
1
+#!/usr/bin/env python
2
+# -*- coding: UTF-8 -*-
3
+
4
+import report
5
+
6
+secret = None
7
+
8
+# TCP-Server
9
+#
10
+server_ip = '127.0.0.1'
11
+server_port = 10001
12
+
13
+# Logging
14
+#
15
+APP_NAME = 'leyk_client'
16
+LOGTARGET = 'logfile'   # possible choices are: 'logfile' or 'stdout'
17
+LOGLVL = 'DEBUG'
18
+
19
+LOGHOST = 'localhost'
20
+LOGPORT = 19996
21
+
22
+formatter = report.LONG_FMT

Notiek ielāde…
Atcelt
Saglabāt