Skip to content

Commit

Permalink
draft: Try to set ENDPOINT on int in dev for tests to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Aug 23, 2022
1 parent 267fcbe commit cb963f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DATABASE_URL=postgres://postgres:password@localhost:5432/visualization_tool
ENDPOINT=sparql+https://lindas.admin.ch/query
ENDPOINT=sparql+https://int.lindas.admin.ch/query
SPARQL_GEO_ENDPOINT=https://geo.ld.admin.ch/query
SPARQL_EDITOR=https://int.lindas.admin.ch/sparql/
GRAPHQL_ENDPOINT=/api/graphql
Expand Down

0 comments on commit cb963f5

Please sign in to comment.