sync: latest working state before Gitea migration (2026-08-10)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user