Update README

This commit is contained in:
Almira Krdzic
2018-07-30 11:02:09 +02:00
parent a1337592d3
commit 6eb1cf5b39

View File

@@ -53,7 +53,7 @@ Frontend is running on http://localhost:8080 and backend on http://localhost:808
1) Environment variables 1) Environment variables
For handling environment variables during local development we use `dotenv` library which will load all variables from `local.env` file For handling environment variables during local development we use [dotenv](https://github.com/vlucas/phpdotenv) library which will load all variables from `local.env` file
if such file is present. These variables will then be accessible inside wordpress. if such file is present. These variables will then be accessible inside wordpress.
cp environment.env local.env cp environment.env local.env