fixed prod script
This commit is contained in:
parent
ce08488bdd
commit
46c1117767
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ cat >> config/production.json <<EOT
|
|||
"enabled": false,
|
||||
"url": "http://localhost/webhooks/zone-mta"
|
||||
},
|
||||
"getSenderConfig": 'http://localhost/webhooks/zone-mta/sender-config?api_token=$DKIM_API_KEY',
|
||||
"getSenderConfig": "http://localhost/webhooks/zone-mta/sender-config?api_token=$DKIM_API_KEY",
|
||||
"zones": {
|
||||
"transactional": {
|
||||
"processes": 1,
|
||||
|
|
Loading…
Reference in a new issue