bundles/travelynx: disable registration by default

This commit is contained in:
Franzi 2025-05-10 11:20:07 +02:00
parent afb6d21326
commit e47c8ce341
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 4 deletions

View file

@ -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',