92668d3465
API CI/CD / Validate (composer + pint) (push) Successful in 2m7s
API CI/CD / Test (PHPUnit) (push) Failing after 2m19s
API CI/CD / Build frontend assets (push) Successful in 2m8s
API CI/CD / Security audit (push) Successful in 32s
API CI/CD / Deploy to shared hosting (PHP) (push) Has been skipped
16 lines
381 B
Bash
16 lines
381 B
Bash
APP_NAME=school_api
|
|
APP_ENV=testing
|
|
APP_KEY=base64:zuZTc6b4e1gk2lB1unKsYrMu/vmSAJHASV+ATuLQgp4=
|
|
APP_DEBUG=false
|
|
APP_URL=http://localhost
|
|
LOG_CHANNEL=stderr
|
|
LOG_LEVEL=debug
|
|
DB_CONNECTION=sqlite
|
|
DB_DATABASE=/tmp/test_school_api.sqlite
|
|
CACHE_DRIVER=array
|
|
SESSION_DRIVER=array
|
|
QUEUE_CONNECTION=sync
|
|
MAIL_MAILER=array
|
|
FILESYSTEM_DISK=local
|
|
JWT_SECRET=test_jwt_secret_not_for_production
|