Skip to content

Commit

Permalink
turns out reseeding in staging is a bad idea. had to create a new doo…
Browse files Browse the repository at this point in the history
…rkeeper application (#893)
  • Loading branch information
DrumsnChocolate authored Oct 30, 2024
1 parent c7bb827 commit ff8ac7f
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 @@ -118,7 +118,7 @@ module.exports = function (environment) {
}

if (deployTarget === 'staging') {
ENV.clientId = 'rY_z6I7WAhNjzcIi3B4SB4KelwogD2BUK25D7vn9g1g';
ENV.clientId = 'D0HhpORylbWUgOBwyR-0GGDcfsi9PG6zSNgctW--f-4';
}

return ENV;
Expand Down

0 comments on commit ff8ac7f

Please sign in to comment.