sync: latest working state before Gitea migration (2026-08-10)

This commit is contained in:
konturai-ops
2026-08-10 05:53:53 +00:00
parent 66faa089ff
commit 7c0dfc825e
3 changed files with 101 additions and 0 deletions
@@ -12,6 +12,12 @@ minio.bucket-name=konturai
java.awt.headless=true
spring.application.name=parser
cors.allowed-origins=${CORS_ALLOWED_ORIGINS:${CORS_ALLOWED_ORIGIN:https://konturai.kz,https://www.konturai.kz}}
cors.allowed-methods=${CORS_ALLOWED_METHODS:GET,POST,PUT,PATCH,DELETE,OPTIONS}
cors.allowed-headers=${CORS_ALLOWED_HEADERS:*}
cors.exposed-headers=${CORS_EXPOSED_HEADERS:Location,Content-Disposition}
cors.allow-credentials=${CORS_ALLOW_CREDENTIALS:true}
cors.max-age-seconds=${CORS_MAX_AGE_SECONDS:3600}
spring.data.mongodb.host=92.38.48.166
spring.data.mongodb.port=27017