Skip to content

Commit ff8ac7f

Browse files
turns out reseeding in staging is a bad idea. had to create a new doorkeeper application (#893)
1 parent c7bb827 commit ff8ac7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = function (environment) {
118118
}
119119

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

124124
return ENV;

0 commit comments

Comments
 (0)