Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyNguyen07 authored Nov 14, 2023
1 parent 0b96863 commit feed690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ JWT_SECRET=

#### Question service (`project/question-service`)

- Create a `.env` file in the root directory of the `assignment/question-service` folder
- Create a `.env` file in the root directory of the `project/question-service` folder
- Copy the contents of the question-service-env file from into the `.env` file
- Your file should look like this:

Expand All @@ -59,7 +59,7 @@ JWT_SECRET=

#### User service

- Create a `.env` file in the root directory of the `assignment/user-service` folder
- Create a `.env` file in the root directory of the `project/user-service` folder
- Copy the contents of the user-service-env file from into the `.env` file
- Your file should look like this:

Expand Down

0 comments on commit feed690

Please sign in to comment.