Configuration for different environments
-
I’d like to store configuration for different environments like local, staging, production etc.
Normally in wp-config.php I do this by checking for a ‘local-config.php’ file and including it if it’s found.
Since the master.php and master-admin.php files appear to be written by w3tc is it possible to include similar logic in those files without breaking the plugin?
The topic ‘Configuration for different environments’ is closed to new replies.