forked from fa/breadcrumb-the-shire
baseline
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user