The creation of the .env
file allows you to avoid coding the
critical credentials on the wp-config.php
file.
The process is to copy this repository to your project directory at the root folder.
Replace the wp-config.php
file with the provided in this repository. Create the .env
file and
set the correct credentials ( we provide an example of .env
file .env.example
).
This section describes improvements that we make on this repository
- add
Authentication Unique Keys and Salts
to the.env
file in propose to remove them from the `wp-config.php