Cleanup of database reset and cleanup

This commit is contained in:
Nabeel Shahzad
2017-07-13 13:45:59 -05:00
parent 81667a0184
commit 9b573709e9
9 changed files with 119 additions and 57 deletions

View File

@@ -5,11 +5,11 @@ APP_LOG_LEVEL=debug
APP_URL=http://localhost
APP_SETTINGS_STORE=json
DB_CONNECTION=local
DB_HOST=localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_DATABASE=phpvms
DB_USERNAME=root
DB_PASSWORD=
CACHE_DRIVER=array