Skip to content

Commit

Permalink
Added extra supported formats #3169
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 28, 2025
1 parent 78163de commit 25670fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/conf/application.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ bdr.jwtScopes="read"
bdr.azure.clientId='changeMe'
bdr.azure.tenantId='changeMe'
bdr.azure.apiScope='api://changeme/.default'
bdr.dataSet.formats=["application/geo+json","application/rdf+xml"]
bdr.dataSet.formats=["application/geo+json","application/rdf+xml", "text/turtle", "application/ld+json", "application/n-triples"]

webservice.jwt = true
webservice['jwt-scopes'] = "ala/internal users/read ala/attrs ecodata/read_test ecodata/write_test"
Expand Down

0 comments on commit 25670fb

Please sign in to comment.