mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
add development mode config model
This commit is contained in:
@@ -26,6 +26,7 @@ class General(HyperglassModel):
|
||||
"""Validation model for params.general."""
|
||||
|
||||
debug: StrictBool = False
|
||||
developer_mode: StrictBool = False
|
||||
primary_asn: StrictStr = "65001"
|
||||
org_name: StrictStr = "The Company"
|
||||
site_title: StrictStr = "hyperglass"
|
||||
|
Reference in New Issue
Block a user