1
0
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:
checktheroads
2020-01-20 10:51:48 -07:00
parent 20abd74de8
commit 2499c7cec5
2 changed files with 4 additions and 17 deletions

View File

@@ -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"