Skip to content

Commit c4314a8

Browse files
committed
Change app port to 8000
1 parent 11fe909 commit c4314a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
APP_HOST=localhost
2-
APP_PORT=8080
2+
APP_PORT=8000
33
DATABASE_URL=postgres://username:password@server/db_name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Or using [Docker](https://www.docker.com/)
2929

3030
## APIs
3131

32-
### Address: **`localhost:8080`**
32+
### Address: **`localhost:8000`**
3333

3434
### `GET /api/ping`: Ping
3535

0 commit comments

Comments
 (0)