Skip to content

Commit

Permalink
Add port 6000 blockage infomation to configurations toml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Norris1z authored and avelino committed Jan 15, 2019
1 parent 70ceec3 commit 452f88e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/configurations/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Optionally the pREST can be configured by TOML file.
migrations = "./migrations"

[http]
port = 6000
port = 6000
# Port 6000 is blocked on windows. You must change to 8080 or any unblocked port

[jwt]
key = "secret"
Expand Down

0 comments on commit 452f88e

Please sign in to comment.