diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0f4157ea353d9a228c3281aeffb783f547fe5729..b3fbe17cbc6a7603606ba0a03b3af80aeb6a0b93 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,9 +5,11 @@ quarkus.http.port=8080 quarkus.http.root-path=/adopters ## CORS settings -quarkus.http.cors=false +quarkus.http.cors=true +quarkus.http.cors.exposed-headers=Etag,Link,Content-Type ## Adopters raw location eclipse.adopters.path.json=/config/adopters.json %dev.eclipse.adopters.path.json=/tmp/config/adopters.json -%dev.eclipse.pagination.scheme.enforce=false \ No newline at end of file +%dev.eclipse.pagination.scheme.enforce=false +%dev.quarkus.http.port=8090 \ No newline at end of file