1
0
This commit is contained in:
2026-02-04 23:31:53 +01:00
commit cd59ccd99b
2401 changed files with 56808 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
APP_NAME=IMVS
APP_SLOGAN=Immobilien Makler Verkaufs Software
APP_URL=http://localhost:8080
APP_ENV=dev
APP_DEBUG=true
APP_TIMEZONE=Europe/Berlin
APP_STORAGE_PATH=./storage
APP_LOCALE=de
APP_LOCALES=de,en
SESSION_NAME=IMVS
DB_HOST=db
DB_PORT=3306
DB_NAME=imvs
DB_USER=imvs
DB_PASS=imvs
DB_ROOT_PASSWORD=imvs_root
CACHE_SERVERS=memcached:11211