mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
refactor front end params
This commit is contained in:
@@ -32,7 +32,7 @@ class Params(HyperglassModel):
|
||||
debug: StrictBool = False
|
||||
developer_mode: StrictBool = False
|
||||
primary_asn: Union[StrictInt, StrictStr] = "65001"
|
||||
org_name: StrictStr = "The Company"
|
||||
org_name: StrictStr = "Beloved Hyperglass User"
|
||||
site_title: StrictStr = "hyperglass"
|
||||
site_description: StrictStr = "{org_name} Network Looking Glass"
|
||||
site_keywords: List[StrictStr] = [
|
||||
|
Reference in New Issue
Block a user