mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
APP_NAME="Invoice Ninja"
|
|
APP_ENV=local
|
|
APP_KEY=
|
|
APP_DEBUG=true
|
|
APP_URL=http://ninja.test
|
|
MULTI_DB_ENABLED=false
|
|
# database
|
|
DB_CONNECTION=db-ninja-01
|
|
DB_DATABASE1=ninja
|
|
DB_USERNAME1=root
|
|
DB_PASSWORD1=ninja
|
|
DB_HOST1=127.0.0.1
|
|
DB_PORT1=32768
|
|
DB_PORT=32768
|
|
DB_DATABASE=ninja
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=ninja
|
|
DB_HOST=127.0.0.1
|
|
NINJA_ENVIRONMENT=hosted
|
|
COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
|
|
TRAVIS=true
|
|
API_SECRET=superdoopersecrethere
|