Skip to content

Commit

Permalink
Merge pull request #20 from nordeck/nic/feat/change_port_in_readme
Browse files Browse the repository at this point in the history
change default port from backend
  • Loading branch information
owanckel authored Jan 17, 2023
2 parents ce635fd + ac84a78 commit 9f6fe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitsi-feedback-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The intended way to configure this is by leveraging the `custom-config.js` metho

```javascript
// address of the feedback backend REST API, reachable from the end user device
config.feedbackBackend = 'http://localhost:8333'
config.feedbackBackend = 'http://localhost:8080'

// percentage of users to automatically request feedback from when leaving the call
// it's 100 by default if undefined, i.e. always shown
Expand Down

0 comments on commit 9f6fe6a

Please sign in to comment.