diff options
| author | 2026-05-17 17:54:04 +0700 | |
|---|---|---|
| committer | 2026-05-17 17:54:04 +0700 | |
| commit | fa52ed00e8ef3303f14d7c953f1591eb19042635 (patch) | |
| tree | 4ae1513d732518baedcb8edefc9bed59e79e6242 /config/config.local.yaml | |
| parent | e9353a66bf51486f702eaa0f591dea54c9bd4cd1 (diff) | |
| download | web-fa52ed00e8ef3303f14d7c953f1591eb19042635.tar.gz web-fa52ed00e8ef3303f14d7c953f1591eb19042635.zip | |
feat: use self-hosted pmtiles for map
feat: migrate static to gcore cdn
fix: change text color on map tooltips depending on scheme
Diffstat (limited to 'config/config.local.yaml')
| -rw-r--r-- | config/config.local.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.local.yaml b/config/config.local.yaml index d3e2e33..80eb8f7 100644 --- a/config/config.local.yaml +++ b/config/config.local.yaml @@ -70,9 +70,12 @@ photoStorage: thumbnail320p: baseUrl: https://storage.yandexcloud.kz/sayauz-thumbnails-webp320/%s.webp homePageGifs: - baseUrl: https://storage.yandexcloud.kz/sayauz-static/home-page-gifs/otter-%s.gif + baseUrl: https://cdn.saya.uz/static/home-page-gifs/otter-%s.gif indexes: ["1", "2", "3"] staticStorage: - baseUrl: https://storage.yandexcloud.kz/sayauz-static + baseUrl: https://cdn.saya.uz/static +mapStorage: + baseUrl: https://cdn.saya.uz/map allowOrigins: - https://storage.yandexcloud.kz + - https://cdn.saya.uz |