summaryrefslogtreecommitdiff
path: root/plinth.sample.fhs.config
blob: 3e226da4c85b852827c9e3804171ab1c5396e4f6 (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 = /usr/lib/python2.7/plinth
data_dir = /var/lib/plinth
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users
status_log_file = /var/log/plinth/status.log
access_log_file = /var/log/plinth/access.log
users_dir = %(data_dir)s/users
pidfile = /var/run/plinth.pid

[Network]
host = 127.0.0.1
port = 8000