Skip to content

Commit

Permalink
update production config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Aug 30, 2023
1 parent 9e32e99 commit b12382a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@ const stage: Configuration = {
const production: Configuration = {
env: Environment.Production,
firebase: {
apiKey: "AIzaSyAml-zMhoG_amLvM8mTxrydDOYXTGuubsA",
authDomain: "auth.common.io",
databaseURL: "https://common-daostack.firebaseio.com",
projectId: "common-daostack",
storageBucket: "common-daostack.appspot.com",
messagingSenderId: "78965953367",
appId: "1:854172758045:android:e4b053ade246c6fb1e96f4",
apiKey: "AIzaSyAlYrKLd6KNKVkhmNEMKfb0cWHSWicCBOY",
authDomain: "common-production-67641.firebaseapp.com",
databaseURL: "https://common-production-67641.firebaseio.com",
projectId: "common-production-67641",
storageBucket: "common-production-67641.appspot.com",
messagingSenderId: "461029494046",
appId: "1:461029494046:web:4e2e4afbbeb7b487b48d0f",
},
cloudFunctionUrl: "https://us-central1-common-daostack.cloudfunctions.net",
cloudFunctionUrl:
"https://europe-west1-common-production-67641.cloudfunctions.net",
deadSeaCommonId: "6cfbfae6-2e5c-4b3b-ba70-e8fd871f48e2",
parentsForClimateCommonId: "04ac2ec2-5cb2-4ab9-ae3f-5f223f482768",
saadiaCommonId: "7c8c8996-b678-44df-9a57-e291431eb00f",
Expand Down

0 comments on commit b12382a

Please sign in to comment.