Skip to content

Commit

Permalink
fix: Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luv7804 committed Sep 22, 2023
1 parent bb70870 commit a651838
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ docker rm <container-id>

* copy `.env.example` to `.env`.
```
HYDRA_PROXY_URL=http://localhost:4445
PORT=7000
HYDRA_PROXY_URL=http://hydra:4445
PORT=3000
```
* `HYDRA_PROXY_URL`: It is Hydra Admin url.

Expand Down Expand Up @@ -90,7 +90,7 @@ $ npm start
$ npm run dev
```

After this application will run at `http://localhost:3000/hydra`.
After this application will run at `http://localhost:3000/`.

## Perform the OAuth 2.0 authorization code grant
* Go to root folder and run following commands.
Expand Down

0 comments on commit a651838

Please sign in to comment.