Skip to content

Commit

Permalink
config: Disable all labhub commands in private
Browse files Browse the repository at this point in the history
Closes #469
  • Loading branch information
meetmangukiya committed Dec 11, 2017
1 parent f3ba1ec commit f6fbd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@

ACCESS_CONTROLS = {'render test': {
'allowrooms': ('coala/cobot-test', 'coala/corobo',)},
'LabHub:create_issue_cmd': {'allowprivate': False}}
'LabHub:*': {'allowprivate': False}}

AUTOINSTALL_DEPS = True

0 comments on commit f6fbd65

Please sign in to comment.