Skip to content

Commit

Permalink
point production env to api-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Nov 6, 2024
1 parent 54e81b5 commit b1025d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function (environment) {
}

if (environment === 'production') {
ENV.API_URL = 'https://api.netrunnerdb.com/api/';
ENV.API_URL = 'https://api-preview.netrunnerdb.com/api/v3';
ENV['ember-simple-auth-oidc'].clientId = 'nrdb-v2';
ENV['ember-simple-auth-oidc'].afterLogoutUri =
'https://v2.netrunnerdb.com/';
Expand Down

0 comments on commit b1025d6

Please sign in to comment.