summaryrefslogtreecommitdiff
path: root/cfg.sample.py
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2013-04-23 17:49:22 -0500
committerNick Daly <Nick.M.Daly@gmail.com>2013-04-23 17:49:22 -0500
commitf55c7a48ea534e342e6efbd4c7edaf1b1e07f61b (patch)
treefec45d97e4e976ef7ba5dde83f538fcf19092bc0 /cfg.sample.py
parent157226f1b88bc090b677f9896aa62a0c734ebf14 (diff)
Merged with James's upstream.
Hope I did it right. If I screwed up, withsqlite is borked.
Diffstat (limited to 'cfg.sample.py')
-rw-r--r--cfg.sample.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/cfg.sample.py b/cfg.sample.py
deleted file mode 100644
index 8521ca6..0000000
--- a/cfg.sample.py
+++ /dev/null
@@ -1,23 +0,0 @@
-from menu import Menu
-import os
-
-file_root = os.path.dirname(os.path.realpath(__file__))
-data_dir = os.path.join(file_root, "data")
-store_file = os.path.join(data_dir, "store.sqlite3")
-user_db = os.path.join(data_dir, "users")
-status_log_file = os.path.join(data_dir, "status.log")
-access_log_file = os.path.join(data_dir, "access.log")
-users_dir = os.path.join(data_dir, "users")
-pidfile = os.path.join(data_dir, "pidfile.pid")
-
-product_name = "Plinth"
-box_name = "FreedomBox"
-
-host = "127.0.0.1"
-port = 8000
-
-## Do not edit below this line ##
-html_root = None
-main_menu = Menu()
-base_href = ""
-