Skip to content

Commit

Permalink
Added the websocket props to the example config
Browse files Browse the repository at this point in the history
  • Loading branch information
MKHenson committed Mar 26, 2017
1 parent 09230a7 commit 56b05c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/dist-src/example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
"sessionLifetimeExtended": 172800,
"secure": false
},
"websocket" : {
"port": 8020,
"socketApiKey" : "KEY_YOU_DEFINE!",
"approvedSocketDomains": [
"^.+\\.webinate\\.dev$",
"^hatchery.webinate.dev$",
"^localhost$"
]
},
"mail": {
"type": "mailgun",
"from": "webinate",
Expand Down

0 comments on commit 56b05c8

Please sign in to comment.