Skip to content

Commit

Permalink
set invite_token optional
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Nov 16, 2015
1 parent 2276353 commit 44b4300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"value": ""
},
"INVITE_TOKEN": {
"description": "Shared secret token used to get access. Leave blank if you don't want users to have to provide a token.",
"value": ""
"description": "Shared invite token used to get access. Leave blank if you don't want users to have to provide a token.",
"value": "",
"required": false
}
}
}

0 comments on commit 44b4300

Please sign in to comment.