Skip to content

Commit

Permalink
Docker / MSL-API: fix CKAN API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Jan 9, 2025
1 parent 1856145 commit 07efbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/msl-api/msl-api.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

CKAN_API_URL= http://ckan:8080/api
CKAN_API_URL= http://ckan:8080/api/
CKAN_API_TOKEN= PUT_API_TOKEN_HERE
CKAN_ROOT_URL= https://epos-msl.ckan/

0 comments on commit 07efbf3

Please sign in to comment.