Skip to content

Commit

Permalink
Tweak config
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 10, 2023
1 parent 0855d84 commit 3290c35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sbdi/data/config/spatial-service-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ security:
casServerUrlPrefix: https://auth.biodiversitydata.se/cas
loginUrl: https://auth.biodiversitydata.se/cas/login
logoutUrl: https://auth.biodiversitydata.se/cas/logout
contextPath: '/ws'
enabled: true
bypass: false
disableCAS: false
Expand Down Expand Up @@ -102,10 +103,10 @@ spatialHubUrl: https://spatial.biodiversitydata.se
gazField: ""
userObjectsField: ""

#apiKeyCheckUrlTemplate: "https://auth.ala.org.au/apikey/ws/check?apikey={0}"
apiKeyCheckUrlTemplate: "https://auth.biodiversitydata.se/apikey/ws/check?apikey={0}"
spatialService.remote: ""

journalmap.api_key:
journalmap.api_key: ""
journalmap.url: https://www.journalmap.org/

# For side by side installation with layers-service, analysis-service
Expand Down Expand Up @@ -172,6 +173,7 @@ distributions.geoserver.image.url: "/ALA/wms?service=WMS&version=1.1.0&request=G

dataSource:
url: 'jdbc:postgresql://localhost/layersdb'
#url: 'jdbc:postgresql://postgis/layersdb'
username: layers
password: layers

Expand Down

0 comments on commit 3290c35

Please sign in to comment.