mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 03:31:31 +00:00
updated streamline-setup v2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
APP_NAME=Laravel
|
||||
APP_NAME=Streamline
|
||||
APP_SHORT_NAME=streamline
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_DEBUG=false
|
||||
APP_LOG_LEVEL=debug
|
||||
APP_LOG=daily
|
||||
APP_URL=http://localhost
|
||||
@@ -9,8 +10,8 @@ APP_URL=http://localhost
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=homestead
|
||||
DB_USERNAME=homestead
|
||||
DB_DATABASE=streamline
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=secret
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
@@ -32,3 +33,11 @@ MAIL_ENCRYPTION=null
|
||||
PUSHER_APP_ID=
|
||||
PUSHER_APP_KEY=
|
||||
PUSHER_APP_SECRET=
|
||||
|
||||
# Docker
|
||||
PORT_SERVER=
|
||||
PORT_DATABASE=
|
||||
PORT_PHPMYADMIN=
|
||||
DOCKER_ACTIVE=false
|
||||
|
||||
SESSION_LIFETIME=20
|
||||
|
||||
Reference in New Issue
Block a user