Skip to content

Commit

Permalink
Wrap values in travis env
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Oct 30, 2019
1 parent a457707 commit 12a7cd8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 33 deletions.
14 changes: 0 additions & 14 deletions .travis/env.travis

This file was deleted.

37 changes: 18 additions & 19 deletions .travis/env.travis.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,28 @@
exit();
?>

APP_ENV=dev
APP_KEY=base64:zdgcDqu9PM8uGWCtMxd74ZqdGJIrnw812oRMmwDF6KY=
APP_URL=http://localhost
APP_SKIN=default
APP_DEBUG=true
APP_LOCALE=en
APP_ENV="dev"
APP_KEY="base64:zdgcDqu9PM8uGWCtMxd74ZqdGJIrnw812oRMmwDF6KY="
APP_URL="http://localhost"
APP_SKIN="default"
APP_DEBUG="true"
APP_LOCALE="en"

PHPVMS_INSTALLED=true
VACENTRAL_API_KEY=
PHPVMS_INSTALLED="true"

APP_LOG=daily
APP_LOG_LEVEL=debug
APP_LOG_MAX_FILES=3
APP_LOG="daily"
APP_LOG_LEVEL="debug"
APP_LOG_MAX_FILES="3"

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=phpvms
DB_USERNAME=root
DB_CONNECTION="mysql"
DB_HOST="127.0.0.1"
DB_PORT="3306"
DB_DATABASE="phpvms"
DB_USERNAME="root"
DB_PASSWORD=

CACHE_DRIVER=file
CACHE_DRIVER="file"
CACHE_PREFIX=

SESSION_DRIVER=file
QUEUE_DRIVER=database
SESSION_DRIVER="file"
QUEUE_DRIVER="database"

0 comments on commit 12a7cd8

Please sign in to comment.