ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Allow using own template for `wp-config.php` in `config-command`.

Open alexander-akait opened this issue 8 years ago • 3 comments

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.

alexander-akait avatar Oct 05 '17 14:10 alexander-akait

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 avatar Oct 05 '17 14:10 danielbachhuber

@danielbachhuber auto generate salts :disappointed:

alexander-akait avatar Oct 05 '17 15:10 alexander-akait

Related: https://github.com/wp-cli/ideas/issues/50

schlessera avatar Oct 30 '17 08:10 schlessera