Add OpenFreeMap background in default config
Some checks failed
/ build (push) Failing after 13s

This commit is contained in:
phil 2024-11-01 05:05:06 +01:00
parent 114201d561
commit e5a2048223

View file

@ -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()