From ca7a92367b9b445b9fcae4926c27d7fad259d5c5 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 6 Feb 2013 16:15:23 -0500 Subject: standard plinth config --- plinth.config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plinth.config diff --git a/plinth.config b/plinth.config new file mode 100644 index 0000000..7485df9 --- /dev/null +++ b/plinth.config @@ -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 -- cgit v1.2.3