Skip to content

Commit

Permalink
use test google auth config on cpcn-uat and test servers
Browse files Browse the repository at this point in the history
NHUB-389
  • Loading branch information
petrjasek committed Sep 26, 2023
1 parent 0133475 commit d4e2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let firebaseConfig = {
messagingSenderId: '462735301864',
};

if (hostname.includes("cp-dev")) {
if (hostname.includes("cp-dev.") || hostname.includes("cpcn-uat.") || hostname.includes("test.superdesk.org")) {
firebaseConfig = {
apiKey: 'AIzaSyCWlQ7VjJZemeGjhs8DsRavoeEbX3Sa13A',
authDomain: 'cp-identity-dev.firebaseapp.com',
Expand Down

0 comments on commit d4e2b46

Please sign in to comment.