From f55c7a48ea534e342e6efbd4c7edaf1b1e07f61b Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Tue, 23 Apr 2013 17:49:22 -0500 Subject: Merged with James's upstream. Hope I did it right. If I screwed up, withsqlite is borked. --- plinth.sample.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plinth.sample.config (limited to 'plinth.sample.config') diff --git a/plinth.sample.config b/plinth.sample.config new file mode 100644 index 0000000..ece4d06 --- /dev/null +++ b/plinth.sample.config @@ -0,0 +1,17 @@ +[Name] +product_name = Plinth +box_name = FreedomBox + +[Path] +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