Skip to content

Commit 9853f61

Browse files
Change README and gitignore
1 parent 10c2229 commit 9853f61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/frontend/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pnpm install
2323
Then, follow the `.env.example` file and create a `.env` file in the current directory. Replace the necessary values within.
2424

2525
```bash
26-
NEXT_PUBLIC_QUESTION_SERVICE_URL=http://localhost:8080
26+
NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080"
27+
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
2728
```
2829

2930
First, run the development server:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# please add all private keys here
22

33
cs3219-g24-firebase-adminsdk-9cm7h-b1675603ab.json
4+
cs3219-g24-staging-firebase-adminsdk-suafv-9c0d1b2299.json
45

0 commit comments

Comments
 (0)