Skip to content

Commit

Permalink
Add packageInfo and platformInfo GOKb URLs to Config (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
philboeselager committed Sep 23, 2020
1 parent bd11c56 commit e17ad6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ environments {
xrSuggestUriStub = 'http://localhost:8080/gokb/api/suggest'
xrFindUriStub = 'http://localhost:8080/gokb/api/find'
xrJobInfo = 'http://localhost:8080/gokb/integration/getJobInfo'
packageInfo = 'http://localhost:8080/gokb/packages/'
platformInfo = 'http://localhost:8080/gokb/platforms/'
namespaceCategory = 'ttl_prv'
user = ''
pwd = ''
Expand Down Expand Up @@ -133,6 +135,8 @@ environments {
xrSuggestUriStub = 'http://phaeton.hbz-nrw.de/gokb/api/suggest'
xrFindUriStub = 'http://phaeton.hbz-nrw.de/gokb/api/find'
xrJobInfo = 'http://phaeton.hbz-nrw.de/gokb/integration/getJobInfo'
packageInfo = 'http://phaeton.hbz-nrw.de/gokb/packages/'
platformInfo = 'http://phaeton.hbz-nrw.de/gokb/platforms/'
namespaceCategory = 'ttl_prv'
user = ''
pwd = ''
Expand Down

0 comments on commit e17ad6a

Please sign in to comment.