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
|
# postgres: dict
|
||||||
storage: Storage = Storage()
|
storage: Storage = Storage()
|
||||||
map: Map = Map()
|
map: Map = Map()
|
||||||
mapStyles: dict[str, str] = {}
|
mapStyles: dict[str, str] = {
|
||||||
|
'OpenFreeMap': 'https://tiles.openfreemap.org/styles/liberty'
|
||||||
|
}
|
||||||
tiles: Tiles = Tiles()
|
tiles: Tiles = Tiles()
|
||||||
security: Security = Security()
|
security: Security = Security()
|
||||||
geo: Geo = Geo()
|
geo: Geo = Geo()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue