Skip to content

Commit

Permalink
Add localhost:4200 to CORS whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 29, 2023
1 parent b40935b commit b5f588f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CKAN_DB=ckandb
CKAN_VERSION=2.10.3
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5500
CKAN__CORS__ORIGIN_WHITELIST=http://localhost:4200
CKAN_PORT=5000
CKAN___BEAKER__SESSION__SECRET=CHANGE_ME
# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings
Expand Down

0 comments on commit b5f588f

Please sign in to comment.