mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Remove unnecessary env vars
This commit is contained in:
parent
37597e2a35
commit
b7a15ee747
1 changed files with 0 additions and 15 deletions
15
.travis.yml
15
.travis.yml
|
@ -11,21 +11,6 @@ php:
|
|||
node_js:
|
||||
- 10
|
||||
|
||||
env:
|
||||
APP_ENV: testing
|
||||
CACHE_DRIVER: array
|
||||
SESSION_DRIVER: array
|
||||
QUEUE_DRIVER: sync
|
||||
DB_CONNECTION: sqlite
|
||||
APP_KEY: 16efa6c23c2e8c705826b0e66778fbe7
|
||||
JWT_SECRET: ki8jSvMf5wFrlSRBAWcGbmAzBUJfc8p8
|
||||
ADMIN_EMAIL: koel@example.com
|
||||
ADMIN_NAME: Koel
|
||||
ADMIN_PASSWORD: SoSecureK0el
|
||||
LASTFM_API_KEY: foo
|
||||
LASTFM_API_SECRET: bar
|
||||
BROADCAST_DRIVER: log
|
||||
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
|
Loading…
Reference in a new issue