Mailtrain Reports
- 
Any way of enabling Mailtrain reports? It enables list exports amongst other things which are incredibly useful for list management. The following lines need to be added in config/production.toml but we don't seem to be able to edit the filesystem: [reports] 
 enabled=true
- 
@thisiscowboy yes, please see https://cloudron.io/documentation/apps/mailtrain/#customizations . Just put additional settings there and restart the app. 
- 
Ahh great! Thanks - There seems to be some issues with report running through, it always fails with the below message. Any idea why this might be? WARNING: NODE_ENV value of 'production' did not match any deployment config file names. 
 WARNING: See https://github.com/lorenwest/node-config/wiki/Strict-Mode
 ERR! reports connect ECONNREFUSED 127.0.0.1:3306
- 
(I think workers/reports/config/default.toml also needs to be editable to allow access to a MySQL user) 
 

