mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Move all misc files under misc directory
This commit is contained in:
parent
091faf4eaa
commit
e6dbcdccaa
23
data/etc/plinth/plinth.config
Normal file
23
data/etc/plinth/plinth.config
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
[Name]
|
||||||
|
product_name = Plinth
|
||||||
|
box_name = FreedomBox
|
||||||
|
|
||||||
|
[Path]
|
||||||
|
# directory locations
|
||||||
|
file_root = /usr/share/plinth/static
|
||||||
|
data_dir = /var/lib/plinth
|
||||||
|
log_dir = /var/log/plinth
|
||||||
|
pid_dir = /var/run
|
||||||
|
actions_dir = /usr/share/plinth/actions
|
||||||
|
server_dir = plinth/
|
||||||
|
|
||||||
|
# file locations
|
||||||
|
store_file = %(data_dir)s/store.sqlite3
|
||||||
|
user_db = %(data_dir)s/users.sqlite3
|
||||||
|
status_log_file = %(log_dir)s/status.log
|
||||||
|
access_log_file = %(log_dir)s/access.log
|
||||||
|
pidfile = %(pid_dir)s/pidfile.pid
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
host = 127.0.0.1
|
||||||
|
port = 8000
|
||||||
Loading…
x
Reference in New Issue
Block a user