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 11fe909 commit c4314a8Copy full SHA for c4314a8
.env.sample
@@ -1,3 +1,3 @@
1
APP_HOST=localhost
2
-APP_PORT=8080
+APP_PORT=8000
3
DATABASE_URL=postgres://username:password@server/db_name
README.md
@@ -29,7 +29,7 @@ Or using [Docker](https://www.docker.com/)
29
30
## APIs
31
32
-### Address: **`localhost:8080`**
+### Address: **`localhost:8000`**
33
34
### `GET /api/ping`: Ping
35
0 commit comments