update Readme for install instructions and a sample prod env file

This commit is contained in:
Nabeel Shahzad
2017-12-06 11:22:04 -06:00
parent ac0f163090
commit 2f5b476afa
5 changed files with 48 additions and 18 deletions

View File

@@ -1,11 +1,11 @@
APP_ENV=testing
APP_ENV=prod
APP_KEY=base64:ve66Z5Kt/zTN3p++0zOPu854PHfZkwJE5VuoFAlzHtI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_SETTINGS_STORE=json
DB_CONNECTION=travis
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=phpvms