Skip to content

Commit

Permalink
Fix organization catalog base uri
Browse files Browse the repository at this point in the history
  • Loading branch information
torleifg committed Nov 28, 2024
1 parent e4f6c95 commit 6c99f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spring:
enabled: true
application:
base-uri: ${BASE_URI:http://localhost}
organization-catalog-base-uri: ${ORGANIZATION_CATALOG_BASE_URI:https://organization-catalogue.staging.fellesdatakatalog.digdir.no}
organization-catalog-base-uri: ${ORGANIZATION_CATALOG_BASE_URI:https://organization-catalog.staging.fellesdatakatalog.digdir.no}
cors:
originPatterns: "${CORS_ORIGIN_PATTERNS}"

Expand Down

0 comments on commit 6c99f01

Please sign in to comment.