File: Pyro.conf

package info (click to toggle)
pyro 1%3A3.14-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,048 kB
  • ctags: 1,988
  • sloc: python: 11,194; xml: 128; sh: 52; makefile: 28
file content (64 lines) | stat: -rw-r--r-- 1,508 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#
#	External Pyro configuration file
#
#	This is a skeleton config file, all items are empty.
#	Note that environment variable settings override the
#	settings in this config file. So the priority sequence is:
#		1. overrides all: explicit setting inside your code
#		2. environment variable
#		3. this config file
#		4. if not set otherwise: built-in default settings.
#	
#	For each empty (or unspecified) item the default is used.
# 	Your own config file need only specify the items that
#	are different than the default. If you don't have a
#	config file, all items are set to their default value
#	(unless changed otherwise ofcourse).
#
#	Please consult the manual for the meaning of the config items.
#

PYRO_STORAGE=
PYRO_HOST=
PYRO_PUBLISHHOST=
PYRO_PORT=
PYRO_PORT_RANGE=
PYRO_NS_HOSTNAME=
PYRO_NS_PORT=
PYRO_NS_BC_ADDR=
PYRO_NS_BC_PORT=
PYRO_NS2_HOSTNAME=
PYRO_NS2_PORT=
PYRO_NS2_BC_ADDR=
PYRO_NS2_BC_PORT=
PYRO_NS_URIFILE=
PYRO_NS_DEFAULTGROUP=
PYRO_BC_RETRIES=
PYRO_BC_TIMEOUT=
PYRO_PICKLE_FORMAT=
PYRO_XML_PICKLE=
PYRO_GNOSIS_PARANOIA=
PYRO_TRACELEVEL=
PYRO_USER_TRACELEVEL=
PYRO_LOGFILE=
PYRO_USER_LOGFILE=
PYRO_DETAILED_TRACEBACK=
PYRO_STDLOGGING=
PYRO_STDLOGGING_CFGFILE=
PYRO_MAXCONNECTIONS=
PYRO_TCP_LISTEN_BACKLOG=
PYRO_BROKEN_MSGWAITALL=
PYRO_MULTITHREADED=
PYRO_COMPRESSION=
PYRO_CHECKSUM=
PYRO_SOCK_KEEPALIVE=
PYRO_MOBILE_CODE=
PYRO_DNS_URI=
PYRO_ES_QUEUESIZE=
PYRO_ES_BLOCKQUEUE=
PYRO_ONEWAY_THREADED=
PYROSSL_CERT=
PYROSSL_KEY=
PYROSSL_CA_CERT=
PYROSSL_CERTDIR=
PYROSSL_POSTCONNCHECK=