mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-02 00:14:11 +00:00
cddd4b59f9
Small test just to see if you wish to continue this way of me writing tests in this shape and form. you can run them locally with php artisan dusk:chrome-driver --detect, run it with ./vendor/laravel/dusk/bin/chromedriver-mac-arm --port=9515 then run tests with php artisan dusk
34 lines
632 B
Bash
34 lines
632 B
Bash
# Coolify Configuration
|
|
APP_ENV=local
|
|
APP_NAME="Coolify Development"
|
|
APP_ID=development
|
|
APP_KEY=
|
|
APP_URL=http://localhost
|
|
APP_PORT=8000
|
|
APP_DEBUG=true
|
|
MUX_ENABLED=false
|
|
|
|
# Enable Laravel Telescope for debugging
|
|
TELESCOPE_ENABLED=false
|
|
|
|
# Selenium Driver URL for Dusk
|
|
DUSK_DRIVER_URL=http://selenium:4444
|
|
DUSK_EMAIL=test@example.com
|
|
DUSK_PASSWORD=password
|
|
|
|
# PostgreSQL Database Configuration
|
|
DB_DATABASE=coolify
|
|
DB_USERNAME=coolify
|
|
DB_PASSWORD=password
|
|
DB_HOST=host.docker.internal
|
|
DB_PORT=5432
|
|
|
|
#Set custom ray port
|
|
RAY_PORT=
|
|
|
|
# Special Keys for Andras
|
|
# For cache purging
|
|
BUNNY_API_KEY=
|
|
# For asset uploads
|
|
BUNNY_STORAGE_API_KEY=
|