test dusk gh

This commit is contained in:
Andras Bacsai
2024-10-17 21:15:48 +02:00
parent 192677d05a
commit becaf92fd8
6 changed files with 88 additions and 114 deletions

15
.env.dusk.ci Normal file
View File

@@ -0,0 +1,15 @@
APP_ENV=production
APP_NAME="Coolify Staging"
APP_ID=development
APP_KEY=
APP_URL=http://localhost
APP_PORT=8000
SSH_MUX_ENABLED=true
# PostgreSQL Database Configuration
DB_DATABASE=coolify
DB_USERNAME=coolify
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432