This commit is contained in:
Ваше Имя 2025-07-20 19:50:53 +05:00
parent e7d0f9d7b3
commit b99439a577
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_KEY=base64:Ya+HTKelgOcTeNxK/f4TmdcMq+P+3zRt2XxfH5Nxal0=
APP_DEBUG=true
APP_URL=http://localhost
@ -20,12 +20,12 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=dbname
DB_USERNAME=user
DB_PASSWORD=password
SESSION_DRIVER=database
SESSION_LIFETIME=120