chore: remove hardcoded ports for Coolify

This commit is contained in:
GuavaPopper
2026-06-10 18:55:30 +07:00
parent 18c0e1d489
commit 056520d48f
4 changed files with 11 additions and 13 deletions
-2
View File
@@ -3,7 +3,6 @@ APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=https://domain-anda.test
APP_PORT=8000
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
@@ -24,7 +23,6 @@ DB_DATABASE=webgis_miskin
DB_USERNAME=webgis
DB_PASSWORD=change-this-password
MYSQL_ROOT_PASSWORD=change-this-root-password
MYSQL_HOST_PORT=3307
SESSION_DRIVER=database
SESSION_LIFETIME=120