/usr/share/doc/python-application/examples/config.ini is in python-application 1.4.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Network]
name = server_name
ip = 127.0.0.1
port = 8000
priority = High
domains = example.com, example.net, example.org
allow = 127.0.0.1, 10.0.0.0/8
use_tls = yes
[Storage]
dburi = mysql://user:pass@localhost/database
|