Skip to content

Commit

Permalink
feat: add missing property to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed May 7, 2024
1 parent ba2b5a7 commit 660d5e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ spring.application.name = results-api
server.error.include-message=always
server.port = ${SERVER_PORT:8080}
server.shutdown = graceful
server.allowed.cors.origins = ${ALLOWED_ORIGINS:#{'http://127.*, http://localhost:300*'}}

# Actuator and ops
management.endpoint.health.show-details = always
Expand Down

0 comments on commit 660d5e9

Please sign in to comment.