Skip to content

Commit

Permalink
Update .env.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 authored Mar 25, 2020
1 parent e93bdff commit a962008
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://ninja.test
DB_CONNECTION=db-ninja-01
DB_DATABASE1=ninja
MULTI_DB_ENABLED=false
# database
DB_CONNECTION=db-ninja-01
DB_HOST1=localhost
DB_PORT1=3306
DB_DATABASE1=ninja
DB_USERNAME1=root
DB_PASSWORD1=ninja
DB_PORT1=3306

NINJA_ENVIRONMENT=selfhost
COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

0 comments on commit a962008

Please sign in to comment.