mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
17 lines
347 B
Text
17 lines
347 B
Text
# Example configuration file for log.py
|
|
server:
|
|
verbosity: 1
|
|
interface: 0.0.0.0
|
|
do-daemonize: no
|
|
access-control: 0.0.0.0/0 allow
|
|
chroot: ""
|
|
username: ""
|
|
directory: ""
|
|
logfile: ""
|
|
pidfile: "unbound.pid"
|
|
module-config: "validator python iterator"
|
|
|
|
# Python config section
|
|
python:
|
|
# Script file to load
|
|
python-script: "./examples/log.py"
|