ideas
ideas copied to clipboard
Allow using own template for `wp-config.php` in `config-command`.
I use env variables where storing secret data (example DB_NAME, DB_USER, AUTH_KEY and etc) and want to use define( 'DB_NAME', getenv('DB_NAME') );.
It will be great if i can to use own template for wp-config.php.
It will be great if i can to use own template for
wp-config.php.
Why not simply copy your own template into place?
@danielbachhuber auto generate salts :disappointed:
Related: https://github.com/wp-cli/ideas/issues/50