Skip to content

Commit

Permalink
Merge pull request #101 from UrbanOS-Public/rename-auth0-client-id
Browse files Browse the repository at this point in the history
Rename auth0 client ; update package lock to npm 6 for sha512 upgrade
  • Loading branch information
c-m-duncan authored May 31, 2023
2 parents d31cc49 + 95e9b82 commit b132760
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.HEADER_TITLE = 'UrbanOS Data Discovery'
// omitting mapbox will default plot.ly to use openstreetmap.org
window.MAPBOX_ACCESS_TOKEN = ''
window.AUTH0_DOMAIN = 'urbanos-dev.us.auth0.com'
window.AUTH0_CLIENT_ID = 'SHqaonqYEYiS4El57rGHplqLMG00pQKR'
window.DISCOVERY_AUTH0_CLIENT_ID = 'SHqaonqYEYiS4El57rGHplqLMG00pQKR'
window.AUTH0_AUDIENCE = 'discovery_api'
window.REQUIRE_API_KEY = 'false'
window.REGENERATE_API_KEY_FF = 'true'
Expand Down
Loading

0 comments on commit b132760

Please sign in to comment.