Skip to content

Commit 2cfa93c

Browse files
committed
Update .env.sample
1 parent 9b3cb79 commit 2cfa93c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/question-service/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ FIREBASE_PRIVATE_KEY=FIREBASE_PRIVATE_KEY
55
FIREBASE_CLIENT_EMAIL=FIREBASE_CLIENT_EMAIL
66
FIREBASE_STORAGE_BUCKET=FIREBASE_STORAGE_BUCKET
77

8-
ORIGINS=FRONTEND_ORIGINS
8+
ORIGINS=http://localhost:5173,http://127.0.0.1:5173
99

1010
USER_SERVICE_URL=USER_SERVICE_URL

backend/user-service/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ [email protected]
1212
ADMIN_PASSWORD=Admin@123
1313

1414
# origins for cors
15-
ORIGINS=["http://localhost:5173", "http://127.0.0.1:5173"]
15+
ORIGINS=http://localhost:5173,http://127.0.0.1:5173

0 commit comments

Comments
 (0)