Compare commits

...

1 Commits
demo ... master

Author SHA1 Message Date
Ваше Имя 3df7a71815 up 2025-11-17 22:51:15 +05:00
1 changed files with 6 additions and 6 deletions

View File

@ -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