Add CORS configuration and tile handling improvements

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-26 00:34:42 +02:00
parent 604f0e070d
commit f08058ea9c
9 changed files with 159 additions and 25 deletions
+3
View File
@@ -38,5 +38,8 @@
"QueueCapacity": 1000,
"DelayBetweenRequestsMs": 50,
"SessionTokenReuseCount": 100
},
"CorsConfig": {
"AllowedOrigins": []
}
}