From 76655a7c7d1034b0536d13c9eda2c23210fb29c4 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sat, 21 Sep 2024 01:31:17 +0200 Subject: [PATCH] Remove dev .env form nightly as there is also no dev compose in nightly --- other/nightly/.env.development.example | 38 -------------------------- 1 file changed, 38 deletions(-) delete mode 100644 other/nightly/.env.development.example diff --git a/other/nightly/.env.development.example b/other/nightly/.env.development.example deleted file mode 100644 index 3023a21a6..000000000 --- a/other/nightly/.env.development.example +++ /dev/null @@ -1,38 +0,0 @@ -# Coolify Configuration -APP_ENV=local -APP_NAME="Coolify Development" -APP_ID=development -APP_KEY= -APP_URL=http://localhost -APP_PORT=8000 -APP_DEBUG=true -SSH_MUX_ENABLED=false - -# PostgreSQL Database Configuration -DB_DATABASE=coolify -DB_USERNAME=coolify -DB_PASSWORD=password -DB_HOST=host.docker.internal -DB_PORT=5432 - -# Ray Configuration -# Set to true to enable Ray -RAY_ENABLED=false -# Set custom ray port -RAY_PORT= - -# Clockwork Configuration -CLOCKWORK_ENABLED=false -CLOCKWORK_QUEUE_COLLECT=true - -# Enable Laravel Telescope for debugging -TELESCOPE_ENABLED=false - -# Selenium Driver URL for Dusk -DUSK_DRIVER_URL=http://selenium:4444 - -# Special Keys for Andras -# For cache purging -BUNNY_API_KEY= -# For asset uploads -BUNNY_STORAGE_API_KEY=