mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-29 12:09:37 +00:00
Rename plinth.sample.config to plinth.config
This commit is contained in:
parent
b9e668541b
commit
5ed58d6632
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,7 +20,6 @@ doc/README.mdwn
|
||||
doc/TODO.mdwn
|
||||
doc/oneline.txt
|
||||
doc/plinth.1
|
||||
plinth.config
|
||||
TODO
|
||||
\#*
|
||||
.#*
|
||||
|
||||
@ -8,16 +8,16 @@ file_root = %(root)s
|
||||
data_dir = %(file_root)s/data
|
||||
log_dir = %(data_dir)s
|
||||
pid_dir = %(data_dir)s
|
||||
python_root = %(file_root)s
|
||||
server_dir = plinth/
|
||||
actions_dir = %(file_root)s/actions
|
||||
doc_dir = %(file_root)s/doc
|
||||
|
||||
# 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
|
||||
pidfile = %(pid_dir)s/plinth.pid
|
||||
|
||||
[Network]
|
||||
host = 127.0.0.1
|
||||
Loading…
x
Reference in New Issue
Block a user