You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Encryption secret. Setting this value encrypts account passwords and other secrets stored in Redis. Do not change once configured.",
"generator": "secret",
"required": false
},
"EENGINE_TIMEOUT": {
"description": "Time to wait until an IMAP command is aborted. IMAP is single-threaded, so new API requests must wait until previous ones have finished. Requests that wait too long are aborted.",
"value": "10s",
"required": false
},
"EENGINE_WORKERS": {
"description": "The number of IMAP workers to run. Increasing this value requires an upgraded plan as you would run out of allowed Redis connections when using the free Heroku Redis add-on.",
"value": "1",
"required": true
},
"EENGINE_HOST": {
"description": "IP address to bind to. Set it to \"0.0.0.0\", otherwise Heroku can not access the application.",