Enable ZoneMTA
This commit is contained in:
parent
6bedf75f9a
commit
2b21796bd3
2 changed files with 6 additions and 1 deletions
5
charts/pepper/requirements.yaml
Normal file
5
charts/pepper/requirements.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- name: "mongodb"
|
||||
repository: "https://kubernetes-charts.storage.googleapis.com/"
|
||||
version: "~6.1.1"
|
|
@ -218,7 +218,7 @@ testServer:
|
|||
logger: false
|
||||
|
||||
builtinZoneMTA:
|
||||
enabled: false
|
||||
enabled: true
|
||||
host: localhost
|
||||
port: 2525
|
||||
mongo: mongodb://127.0.0.1:27017/zone-mta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue