mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
make debian version of config, edit config lightly
This commit is contained in:
parent
2ec84edc74
commit
5c6f38f9b8
@ -1,9 +1,8 @@
|
||||
[Name]
|
||||
product_name = Plinth
|
||||
box_name = Freedom Plug
|
||||
box_name = FreedomBox
|
||||
|
||||
[Path]
|
||||
#root = AAAAAAAAAA
|
||||
file_root = %(root)s
|
||||
data_dir = %(file_root)s/data
|
||||
store_file = %(data_dir)s/store.sqlite3
|
||||
|
||||
17
plinth.sample.fhs.config
Normal file
17
plinth.sample.fhs.config
Normal file
@ -0,0 +1,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
|
||||
Loading…
x
Reference in New Issue
Block a user