newodrawde
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Offload SES Lite] message”:”Sending is paused for this account.I contacted AWS support who pointed to your api as the culrpit. Calls to the api from the plugin were causing the AWS IAM user associated with the client and security key used for your plugin to disable sending from SES. Deactivating WP SES Offload solved this issue.
Forum: Plugins
In reply to: [W3 Total Cache] Using environment variables in master.php config fileHi @vmarko
Appreciate your reply.First let me say that the plugin works great.
I am developing locally with no need for caching in my local environment. However, as I am deploying the app to AWS Elastic Beanstalk, all local files are packaged and pushed during deployment. At the moment, I’ve exported the W3TC config(
master.php) from the remote staging environment after configuring it as needed. I replaced the local version ofmaster.phpwith that file so that when deployed the plugin picks up the settings. Not ideal, but this works fine except for the fact it leaves the Elasticache Memcached cluster address exposed in my GIT repo.
Looking for an alternative to reconfiguring the plugin after each deployment by dynamically setting/replacing config values with environment values.Thanks for you time
- This reply was modified 1 year, 4 months ago by newodrawde.
Presumably you are the developer and hopefully you trust yourself.