more archiving fixes

This commit is contained in:
Nabeel Shahzad
2017-12-14 11:43:32 -06:00
parent cfa46f1f7f
commit ff1cb959ff
4 changed files with 3 additions and 4 deletions

14
.travis/env.travis Normal file
View File

@@ -0,0 +1,14 @@
APP_ENV=prod
APP_KEY=base64:ve66Z5Kt/zTN3p++0zOPu854PHfZkwJE5VuoFAlzHtI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=phpvms
DB_USERNAME=root
DB_PASSWORD=
CACHE_DRIVER=array