Include email settings specific to Catapult mirror
This commit is contained in:
parent
a290e8af93
commit
c707e2261c
3 changed files with 43 additions and 1 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue