mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
standard plinth config
This commit is contained in:
parent
8cca7636ed
commit
ca7a92367b
18
plinth.config
Normal file
18
plinth.config
Normal file
@ -0,0 +1,18 @@
|
||||
[Name]
|
||||
product_name = Plinth
|
||||
box_name = Freedom Plug
|
||||
|
||||
[Path]
|
||||
#root = AAAAAAAAAA
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user