mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
config: Update dev configuration default url path
I find that I am almost always during development runs using ./run --debug --no-daemon --server_dir=/plinth . The daemon part is gone due to recent changes. But without specifying --server_dir it will run on / and since it is not the same as production run, it change this to /plinth. I am assuming this also the case with other people. So, change the default to /plinth. I believe this reduces the entry to development barrier by a tiny bit.
This commit is contained in:
parent
1264413a63
commit
6f99580f8a
@ -4,7 +4,7 @@ file_root = %(root)s
|
|||||||
config_dir = %(file_root)s/data/etc/plinth
|
config_dir = %(file_root)s/data/etc/plinth
|
||||||
data_dir = %(file_root)s/data/var/lib/plinth
|
data_dir = %(file_root)s/data/var/lib/plinth
|
||||||
log_dir = %(file_root)s/data/var/log/plinth
|
log_dir = %(file_root)s/data/var/log/plinth
|
||||||
server_dir = /
|
server_dir = /plinth
|
||||||
actions_dir = %(file_root)s/actions
|
actions_dir = %(file_root)s/actions
|
||||||
doc_dir = %(file_root)s/doc
|
doc_dir = %(file_root)s/doc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user