ItzNotABug / ghosler

Send newsletter emails to your Ghost CMS subscribers & members, using your own email credentials!
Apache License 2.0
40 stars 5 forks source link

Fix: #45 #46

Closed ItzNotABug closed 3 months ago

ItzNotABug commented 3 months ago

This PR fixes #45. I accidentally pushed my credentials via config.debug.json up to docker hub.

The credentials are revoked & rotated and would no longer work used in the config file. In order to avoid confusion for folks who might not know about this issue, I've changed the implementation a bit to now use config.local.json instead of config.debug.json which anyway fits the need & is now added to .dockerignore too.


Thanks @viriatusX for a prompt report on this issue!