First Commit
This commit is contained in:
commit
0c9a118281
633 changed files with 76612 additions and 0 deletions
51
.env
Executable file
51
.env
Executable file
|
|
@ -0,0 +1,51 @@
|
|||
APP_NAME="STERN TOURS CRM"
|
||||
APP_ENV=local
|
||||
APP_KEY=base64:cxq+xNckU1xLwp8V9Bfj9+nOK5iZL6urcZ1EBO8usXg=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://crm-stern-tours.local
|
||||
APP_OLR_URL = http://cms-stern-tours.local
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=192.168.1.7
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=cmssso_db1
|
||||
DB_USERNAME=cmssso_1
|
||||
DB_PASSWORD=ZXk8Udm8
|
||||
|
||||
|
||||
DB_CONNECTION_STERN=mysql
|
||||
DB_HOST_STERN=localhost
|
||||
DB_PORT_STERN=3306
|
||||
DB_DATABASE_STERN=sterntours
|
||||
DB_USERNAME_STERN=root
|
||||
DB_PASSWORD_STERN=KT32vQ7
|
||||
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
QUEUE_DRIVER=sync
|
||||
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
#info@@mein.sterntours.de
|
||||
#B7f8Ojt98v6tMz8W
|
||||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=smtp.kagado.de
|
||||
MAIL_PORT=587
|
||||
MAIL_USERNAME=m0479305
|
||||
MAIL_PASSWORD=m4CowydxoC4dY2DB
|
||||
MAIL_ENCRYPTION=null
|
||||
|
||||
PUSHER_APP_ID=
|
||||
PUSHER_APP_KEY=
|
||||
PUSHER_APP_SECRET=
|
||||
PUSHER_APP_CLUSTER=mt1
|
||||
|
||||
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
||||
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue