We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3cb79 commit 2cfa93cCopy full SHA for 2cfa93c
backend/question-service/.env.sample
@@ -5,6 +5,6 @@ FIREBASE_PRIVATE_KEY=FIREBASE_PRIVATE_KEY
5
FIREBASE_CLIENT_EMAIL=FIREBASE_CLIENT_EMAIL
6
FIREBASE_STORAGE_BUCKET=FIREBASE_STORAGE_BUCKET
7
8
-ORIGINS=FRONTEND_ORIGINS
+ORIGINS=http://localhost:5173,http://127.0.0.1:5173
9
10
USER_SERVICE_URL=USER_SERVICE_URL
backend/user-service/.env.sample
@@ -12,4 +12,4 @@ [email protected]
12
ADMIN_PASSWORD=Admin@123
13
14
# origins for cors
15
-ORIGINS=["http://localhost:5173", "http://127.0.0.1:5173"]
0 commit comments