diff --git a/cfg.sample.py b/cfg.sample.py index 186f48729..2c8a8adf1 100644 --- a/cfg.sample.py +++ b/cfg.sample.py @@ -3,7 +3,6 @@ import os file_root = os.path.dirname(os.path.realpath(__file__)) data_dir = os.path.join(file_root, "data") -base_href="" 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") @@ -18,4 +17,5 @@ port = 8000 ## Do not edit below this line ## html_root = None main_menu = Menu() +base_href = ""