This commit is contained in:
2016-07-11 09:08:14 +01:00
parent 9a5b9bbd8d
commit 440005d7a1
3 changed files with 317 additions and 0 deletions

15
dx/pybuddy.cfg Normal file
View File

@@ -0,0 +1,15 @@
[network]
# 127.0.0.1 is the default
# change it to 0.0.0.0 to bind to all interfaces
address: 127.0.0.1
port: 8888
[system]
# user to setuid to after daemon is started
user: usernamehere
# logging
# loglevel: info/debug
loglevel: info
# logfile: console for console logging, set to filename to log to file
logfile: console