update env setup

This commit is contained in:
GotPPay
2018-06-20 12:49:07 +02:00
parent 8607dffbc2
commit e9442e223e
3 changed files with 6 additions and 3 deletions

10
environment.env Normal file
View File

@@ -0,0 +1,10 @@
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=wordpress
MYSQL_USER=wp_admin
MYSQL_PASSWORD=wp_password
API_URL=http://localhost:8081
REACT_APP_TEST_URL=http://localhost:8000/api-wiaas
REACT_APP_PROD_URL=http://localhost:8000/api-wiaas
REACT_APP_DEV_URL=${API_URL}