Skip to content

Commit

Permalink
Update auth domain
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Feb 1, 2024
1 parent 8afa1cc commit 72f82c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEXT_PUBLIC_MOCK_SAMPLES_URL=https://raw.githubusercontent.com/mockoon/mock-samples/main/mock-apis/
DESKTOP_LATEST_RELEASE_URL=http://localhost:5003/releases/desktop/stable.json
NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyCIkzTtimLebXjf-gfCQ6iwCVFsYRhCRvs
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=mockoon-ba3e2.firebaseapp.com
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=mockoon.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=mockoon-ba3e2
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=mockoon-ba3e2.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=902702764744
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NODE_ENV=production
NEXT_PUBLIC_MOCK_SAMPLES_URL=https://raw.githubusercontent.com/mockoon/mock-samples/main/mock-apis/
DESKTOP_LATEST_RELEASE_URL=https://api.mockoon.com/releases/desktop/stable.json
NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyCIkzTtimLebXjf-gfCQ6iwCVFsYRhCRvs
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=mockoon-ba3e2.firebaseapp.com
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=mockoon.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=mockoon-ba3e2
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=mockoon-ba3e2.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=902702764744
Expand Down

0 comments on commit 72f82c2

Please sign in to comment.