Mail and Booking
This commit is contained in:
parent
62e84637b6
commit
5daea268f7
250 changed files with 5377 additions and 1473 deletions
32
.env
32
.env
|
|
@ -2,40 +2,30 @@ APP_NAME="STERN TOURS CRM"
|
|||
APP_ENV=local
|
||||
APP_KEY=base64:cxq+xNckU1xLwp8V9Bfj9+nOK5iZL6urcZ1EBO8usXg=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://mein.sterntours.local
|
||||
APP_OLD_URL=https://cms-stern-tours.local
|
||||
APP_URL=http://mein.sterntours.test
|
||||
APP_OLD_URL=https://cms-stern-tours.test
|
||||
|
||||
#APP_URL_V2=https://v2.stern-tours.de
|
||||
APP_URL_V2=http://v2-sterntours.local
|
||||
APP_URL_V2=http://v2-sterntours.test
|
||||
|
||||
#APP_URL_STERN=https://www.sterntours.de
|
||||
APP_URL_STERN=http://sterntours.local
|
||||
APP_URL_STERN=http://sterntours.test
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
|
||||
|
||||
#DB_CONNECTION=mysql
|
||||
#DB_HOST=localhost
|
||||
#DB_PORT=3306
|
||||
#DB_DATABASE=cmssso_db1
|
||||
#DB_USERNAME=root
|
||||
#DB_PASSWORD=KT32vQ7
|
||||
# on neptune
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=localhost
|
||||
DB_HOST=192.168.1.8
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=cmssso_db1
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=KT32vQ7
|
||||
|
||||
DB_USERNAME=kadmin
|
||||
DB_PASSWORD=KT32vQ7ix
|
||||
|
||||
DB_CONNECTION_STERN=mysql
|
||||
DB_HOST_STERN=localhost
|
||||
DB_HOST_STERN=192.168.1.8
|
||||
DB_PORT_STERN=3306
|
||||
DB_DATABASE_STERN=sterntours
|
||||
DB_USERNAME_STERN=root
|
||||
DB_PASSWORD_STERN=KT32vQ7
|
||||
DB_DATABASE_STERN=relaunch1
|
||||
DB_USERNAME_STERN=kadmin
|
||||
DB_PASSWORD_STERN=KT32vQ7ix
|
||||
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue