Skip to content

Commit 9bec480

Browse files
committed
BUILD: Update environment variables for production build of frontend.
1 parent 26f2739 commit 9bec480

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/frontend/.env.production

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
VITE_APP_TITLE="CatColab"
22

33
VITE_SERVER_URL=https://backend.catcolab.org
4-
VITE_AUTOMERGE_REPO_URL=wss://backend.catcolab.org
4+
VITE_AUTOMERGE_REPO_URL=wss://automerge.catcolab.org
5+
6+
VITE_FIREBASE_OPTIONS='{
7+
"apiKey": "AIzaSyA9zb9RPri76DXB0Bnq3LZYa2u61l-K9oA",
8+
"authDomain": "catcolab-prod.firebaseapp.com",
9+
"projectId": "catcolab-prod",
10+
"storageBucket": "catcolab-prod.firebasestorage.app",
11+
"messagingSenderId": "192417001062",
12+
"appId": "1:192417001062:web:9089adb3abceac686187a7",
13+
"measurementId": "G-TQXNCW7D84"
14+
}'

0 commit comments

Comments
 (0)