Skip to content

Commit

Permalink
Merge pull request #115 from i-on-project/fix/fix-link-in-readme
Browse files Browse the repository at this point in the history
Fix link in README.md
  • Loading branch information
TiagoMMDavid authored Jun 15, 2021
2 parents c72d879 + e296c57 commit 860a81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ docker run -e "JDBC_DATABASE_URL=jdbc:postgresql://codegarten-db:5432/db?user=co

After running these commands, the server application should be available on port `8080` (can be changed through the `PORT` environment variable and port mapping option) and the database on port `5432`. The connection string for the database can also be changed, as seen in the `JDBC_DATABASE_URL` environment variable passed in the last command.

In order to access the API, an access token is required. More info about how to obtain one is available [here](/blob/main/docs/api/auth/README.md)
In order to access the API, an access token is required. More info about how to obtain one is available [here](/docs/api/auth/README.md).

To clean up the application and database containers, the following commands can be executed in the `code/jvm` directory:

Expand Down

0 comments on commit 860a81d

Please sign in to comment.