Skip to content

Commit a4f8714

Browse files
committed
Fixed: readme
1 parent 2114ab2 commit a4f8714

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,23 @@ Also you need to install MySQL & create a database named `todolist`,and execute
3939
After that, create a `.env` file and set the database username & password:
4040

4141
```env
42-
DB_USER=XXXX # your database username
43-
DB_PASSWORD=YYYY # your database
44-
PORT=8889 # Koa is listening to this port
42+
# your database username
43+
DB_USER=XXXX
44+
# your database
45+
DB_PASSWORD=YYYY
46+
# Koa is listening to this port
47+
PORT=8889
4548
```
4649

4750
If you want to run the test for the Project, please create a `.env.test` file to face this situation:
4851

4952
```env
50-
DB_USER=XXXX # your database username
51-
DB_PASSWORD=YYYY # your database
52-
PORT=8888 # The port which is listened by koa in the test environment
53+
# your database username
54+
DB_USER=XXXX
55+
# your database
56+
DB_PASSWORD=YYYY
57+
# The port which is listened by koa in the test environment
58+
PORT=8888
5359
```
5460

5561
### Run

0 commit comments

Comments
 (0)