This commit is contained in:
parent
114201d561
commit
e5a2048223
1 changed files with 3 additions and 1 deletions
|
@ -155,7 +155,9 @@ class Config(MyBaseSettings):
|
|||
# postgres: dict
|
||||
storage: Storage = Storage()
|
||||
map: Map = Map()
|
||||
mapStyles: dict[str, str] = {}
|
||||
mapStyles: dict[str, str] = {
|
||||
'OpenFreeMap': 'https://tiles.openfreemap.org/styles/liberty'
|
||||
}
|
||||
tiles: Tiles = Tiles()
|
||||
security: Security = Security()
|
||||
geo: Geo = Geo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue