mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
move basehref
This commit is contained in:
parent
54b8e52a18
commit
c22e369509
@ -3,7 +3,6 @@ import os
|
|||||||
|
|
||||||
file_root = os.path.dirname(os.path.realpath(__file__))
|
file_root = os.path.dirname(os.path.realpath(__file__))
|
||||||
data_dir = os.path.join(file_root, "data")
|
data_dir = os.path.join(file_root, "data")
|
||||||
base_href=""
|
|
||||||
store_file = os.path.join(data_dir, "store.sqlite3")
|
store_file = os.path.join(data_dir, "store.sqlite3")
|
||||||
user_db = os.path.join(data_dir, "users")
|
user_db = os.path.join(data_dir, "users")
|
||||||
status_log_file = os.path.join(data_dir, "status.log")
|
status_log_file = os.path.join(data_dir, "status.log")
|
||||||
@ -18,4 +17,5 @@ port = 8000
|
|||||||
## Do not edit below this line ##
|
## Do not edit below this line ##
|
||||||
html_root = None
|
html_root = None
|
||||||
main_menu = Menu()
|
main_menu = Menu()
|
||||||
|
base_href = ""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user