mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
no need for this with the new cfg parsing
This commit is contained in:
parent
65fe8434e3
commit
5aa7a680a9
@ -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 = ""
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user