summaryrefslogtreecommitdiff
path: root/plinth.sample.config
blob: ece4d06d7ec344dd232e9c07b594f2d9f2821d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Name]
product_name = Plinth
box_name = FreedomBox

[Path]
file_root = %(root)s
data_dir = %(file_root)s/data
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users
status_log_file = %(data_dir)s/status.log
access_log_file = %(data_dir)s/access.log
users_dir = %(data_dir)s/users
pidfile = %(data_dir)s/pidfile.pid

[Network]
host = 127.0.0.1
port = 8000