bundles/travelynx: disable registration by default
This commit is contained in:
parent
afb6d21326
commit
e47c8ce341
2 changed files with 11 additions and 4 deletions
|
@ -33,6 +33,12 @@
|
|||
from => '${mail_from}',
|
||||
},
|
||||
|
||||
% if not enable_registration:
|
||||
registration => {
|
||||
disabled => 1,
|
||||
},
|
||||
% endif
|
||||
|
||||
ref => {
|
||||
issues => 'https://github.com/derf/travelynx/issues',
|
||||
source => 'https://github.com/derf/travelynx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue