updated dev env

This commit is contained in:
ayntk-ai 2024-08-26 22:31:19 +02:00
parent 2398afc74f
commit d7c685af1f
No known key found for this signature in database

View File

@ -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