updated dev env

This commit is contained in:
ayntk-ai
2024-08-26 22:31:19 +02:00
parent 2398afc74f
commit d7c685af1f

View File

@@ -1,6 +1,6 @@
# Coolify Configuration # Coolify Configuration
APP_ENV=local APP_ENV=local
APP_NAME=Coolify-localhost APP_NAME="Coolify Development"
APP_ID=development APP_ID=development
APP_KEY= APP_KEY=
APP_URL=http://localhost APP_URL=http://localhost
@@ -8,6 +8,9 @@ APP_PORT=8000
APP_DEBUG=true APP_DEBUG=true
MUX_ENABLED=false MUX_ENABLED=false
# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false
# Selenium Driver URL for Dusk # Selenium Driver URL for Dusk
DUSK_DRIVER_URL=http://selenium:4444 DUSK_DRIVER_URL=http://selenium:4444
@@ -15,8 +18,7 @@ DUSK_DRIVER_URL=http://selenium:4444
DB_DATABASE=coolify DB_DATABASE=coolify
DB_USERNAME=coolify DB_USERNAME=coolify
DB_PASSWORD=password 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=host.docker.internal
DB_HOST=
DB_PORT=5432 DB_PORT=5432
#Set custom ray port #Set custom ray port