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 10c2229 commit 9853f61Copy full SHA for 9853f61
apps/frontend/README.md
@@ -23,7 +23,8 @@ pnpm install
23
Then, follow the `.env.example` file and create a `.env` file in the current directory. Replace the necessary values within.
24
25
```bash
26
-NEXT_PUBLIC_QUESTION_SERVICE_URL=http://localhost:8080
+NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080"
27
+NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
28
```
29
30
First, run the development server:
services/question-service/.gitignore
@@ -1,4 +1,5 @@
1
# please add all private keys here
2
3
cs3219-g24-firebase-adminsdk-9cm7h-b1675603ab.json
4
+cs3219-g24-staging-firebase-adminsdk-suafv-9c0d1b2299.json
5
0 commit comments