mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
Fix these
This commit is contained in:
parent
b609cf0bdc
commit
fececfb9e9
1
.github/workflows/dusk.yml
vendored
1
.github/workflows/dusk.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
|||||||
APP_URL: "http://127.0.0.1:8000"
|
APP_URL: "http://127.0.0.1:8000"
|
||||||
APP_ENV: dusk
|
APP_ENV: dusk
|
||||||
APP_CORS_ALLOWED_ORIGINS: "*"
|
APP_CORS_ALLOWED_ORIGINS: "*"
|
||||||
|
CACHE_DRIVER: file
|
||||||
DB_USERNAME: root
|
DB_USERNAME: root
|
||||||
DB_PASSWORD: root
|
DB_PASSWORD: root
|
||||||
MAIL_MAILER: log
|
MAIL_MAILER: log
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ resources/lang/locales.js
|
|||||||
/public/hot
|
/public/hot
|
||||||
result
|
result
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
|
.phpunit.cache
|
||||||
|
Loading…
Reference in New Issue
Block a user