Include email settings specific to Catapult mirror

This commit is contained in:
Lance Edgar 2020-09-26 15:18:02 -05:00
parent a290e8af93
commit c707e2261c
3 changed files with 43 additions and 1 deletions

View file

@ -8,6 +8,8 @@
[theo]
## POS integration
% if env.theo_integrates_with == 'corepos':
integrate_corepos = true
% elif env.theo_integrates_with == 'catapult':
@ -16,6 +18,9 @@ integrate_catapult = true
integrate_locsms = true
% endif
## POS DB mirror
mirror_posdb = ${'true' if env.theo_mirror_posdb else 'false'}
## begin corepos
% if env.theo_integrates_with == 'corepos':