-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.example.py
26 lines (21 loc) · 1.01 KB
/
settings.example.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# chininux settings
# URLs from which information is fetched
GIURLS = ["http://wiki.ninux.org/GestioneIndirizzi",
"http://wiki.ninux.org/IndirizziCalabria",
"http://wiki.ninux.org/Firenze/GestioneIndirizzi",
"http://wiki.ninux.org/IndirizziMarche",
"http://wiki.ninux.org/indirizzi-sicilia",
"http://wiki.ninux.org/IndirizziVerona",
"http://wiki.ninux.org/Lombardia/GestioneIndirizzi",
"http://wiki.ninux.org/indirizzi-sicilia",
"http://wiki.ninux.org/IndirizziCampania",
"phpipam://chininux:[email protected]",
"nodeshot://ninux.nodeshot.org"
]
# chininux-server parameters
bindPort = 43
bindAddress = "::"
refreshInterval = 3600
# fixed header and footer that are printed at each query
headerstring = "% This is the chininux ninux.org Query Service.\n% The objects don't follow a specific format.\n"
footerstring = "\n% This query was served by the chininux ninux.org Query Service.\n"