updated streamline-setup v2

This commit is contained in:
2025-01-15 08:53:49 -08:00
committed by alec.turner
parent a2ce9248f0
commit 4b569f81b0
20228 changed files with 2932048 additions and 63204 deletions
+13 -4
View File
@@ -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