Skip to content
Snippets Groups Projects
Commit 95f95bce authored by Trevor Oke's avatar Trevor Oke
Browse files

Remove .env file

This commit removes the `.env` file and replaces it with an
`env.example` file. This will (hopefully) reduce the chances of passing
a plaintext password into a public repository.

- add `.env` to `.gitignore`
parent a3314672
No related branches found
No related tags found
No related merge requests found
.env
...@@ -25,7 +25,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta ...@@ -25,7 +25,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
## Configuration ## Configuration
Edit the `.env` file to change the default IP address, MySQL root password and WordPress database name. 1. Copy the example environment into `.env`
```
cp env.example .env
```
2. Edit the `.env` file to change the default IP address, MySQL root password and WordPress database name.
## Installation ## Installation
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment