updated dev env
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user