This commit is contained in:
2022-04-07 18:09:31 +05:30
parent 36ea86d8e6
commit 1c779ef816
14095 changed files with 1769361 additions and 47 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:kJJc+nxCS31tlmDI9a72MUMaEDBejLPT1B8CJhnUvV0=
APP_KEY=base64:cnpEigEOt2T1a4n/iwj57oK4xhwj6asILbSL52i8tQk=
APP_DEBUG=true
APP_URL=http://localhost
@@ -8,12 +8,12 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
DB_CONNECTION=pgsql
DB_HOST=database
DB_PORT=5432
DB_DATABASE=test
DB_USERNAME=postgres
DB_PASSWORD=mysecretpassword
BROADCAST_DRIVER=log
CACHE_DRIVER=file