Merge pull request #188 from eai04191/feature/env-mock

.env.exampleにTEST_USE_HTTP_MOCKを追加
This commit is contained in:
shibafu 2019-06-07 01:26:45 +09:00 committed by GitHub
commit f47d3454f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
# テストにモックを使用するか falseの場合は実際のHTML等を取得してテストする
TEST_USE_HTTP_MOCK=true
DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432