diff --git a/.env.development.example b/.env.development.example index c65c07c83..f9bcd361a 100644 --- a/.env.development.example +++ b/.env.development.example @@ -1,6 +1,6 @@ # Coolify Configuration APP_ENV=local -APP_NAME=Coolify-localhost +APP_NAME="Coolify Development" APP_ID=development APP_KEY= APP_URL=http://localhost @@ -8,6 +8,9 @@ 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 @@ -15,8 +18,7 @@ DUSK_DRIVER_URL=http://selenium:4444 DB_DATABASE=coolify DB_USERNAME=coolify DB_PASSWORD=password -# Set DB_HOST to the Postgres container IP or, if using Orbstack, use the container name (e.g., postgres.coolify.orb.local). This is needed for DB Migrations to work. -DB_HOST= +DB_HOST=host.docker.internal DB_PORT=5432 #Set custom ray port