Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Change default API server port
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Jan 26, 2018
1 parent 67f3d45 commit 8ea1761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -227,16 +227,16 @@ If you are running a local api server using the `irma_api_server` project you mi
(Note: if you have already run `grunt` before creating this symlink, then a directory named `build` already exists. Be sure to remove it first!)
Then simply specify the root of the servlet when running grunt:

grunt --server_url="http://<HOST>:8081/irma_api_server/"
grunt --server_url="http://<HOST>:8088/irma_api_server/"

If you want to test your application using an external token, make sure that `<HOST>` is either is an ip address that the token can reach, or is resolvable to one by the token. You can then run the example by visiting

http://<HOST>:8081/irma_api_server/examples/custom-button.html
http://<HOST>:8088/irma_api_server/examples/custom-button.html

or

http://<HOST>:8081/irma_api_server/examples/issue.html
http://<HOST>:8088/irma_api_server/examples/issue.html

or

http://<HOST>:8081/irma_api_server/examples/multiple-attributes.html
http://<HOST>:8088/irma_api_server/examples/multiple-attributes.html

0 comments on commit 8ea1761

Please sign in to comment.