Skip to content

Commit

Permalink
Merge pull request #416 from sh1der/issue-415-missing-rest-api-config…
Browse files Browse the repository at this point in the history
…-block-in-xample-config-file

[-] add missing `rest` block to config sample, fixes #415
  • Loading branch information
pashagolub committed Apr 21, 2022
2 parents b4b1ac9 + 0595561 commit 086ff31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ resource:
task-timeout: 0

# - REST API Settings -
rest:
# rest-port: REST API port (default: 0)
rest-port: 8008
rest-port: 8008

0 comments on commit 086ff31

Please sign in to comment.