Skip to content

Commit

Permalink
Merge branch 'v2' of https://github.com/turbo124/invoiceninja into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Mar 25, 2020
2 parents b20b408 + 51bc9f9 commit 75c8ea5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
APP_NAME="Invoice Ninja"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://ninja.test
DB_CONNECTION=db-ninja-01
MULTI_DB_ENABLED=false
# database
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=ninja
DB_USERNAME=root
DB_PASSWORD=ninja
NINJA_ENVIRONMENT=selfhost

0 comments on commit 75c8ea5

Please sign in to comment.