Remove all XAMPP support from CMS (files, references, configs)

This commit is contained in:
root
2026-06-04 19:22:01 +02:00
parent 4378144f45
commit e96e2a0fd3
6 changed files with 4 additions and 762 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# AtomCMS Environment Configuration
# Works on Linux (Nginx/Apache) and Windows (XAMPP/IIS)
# Works on Linux (Nginx/Apache) and Windows (IIS)
# Copy to .env and adjust values for your setup
# ==========================================
@@ -15,7 +15,7 @@ APP_URL=http://localhost
# DATABASE - Works on Linux & Windows
# ==========================================
DB_CONNECTION=mariadb
DB_HOST=127.0.0.1 # Linux: 127.0.0.1, Windows XAMPP: localhost
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=habbo
DB_USERNAME=root