Skip to content

Commit

Permalink
fix(Config): Correct jelly rocketServerURL value (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max authored and hypery2k committed Sep 11, 2019
1 parent 5087da1 commit 08d33e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</f:entry>

<f:entry title="Rocket Server URL">
<f:textbox name="rocketServerUrl" value="${instance.getServerUrl()}"/>
<f:textbox name="rocketServerUrl" value="${instance.getRocketServerUrl()}"/>
</f:entry>

<f:entry title="Trust Server Certificate?" description="If checked, the SSL certificate of the Rocket Server will not be checked">
Expand Down

0 comments on commit 08d33e0

Please sign in to comment.