secondcommit

This commit is contained in:
algenreyubang 2025-03-24 18:25:18 +08:00
parent 89369537ac
commit 64ee19658f
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
APP_NAME=Laravel APP_NAME=Laravel
APP_ENV=local APP_ENV=production
APP_KEY= APP_KEY=base64:ejVdagrxcvM7xJflCXn4aIw+YJFMWMHbhqxwIhI35ao=
APP_DEBUG=true APP_DEBUG=true
APP_URL=http://localhost APP_URL=http://localhost
@ -21,11 +21,11 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=mysql-db
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=example_app DB_DATABASE=example_app
DB_USERNAME=root DB_USERNAME=laravel_user
DB_PASSWORD= DB_PASSWORD=root
SESSION_DRIVER=database SESSION_DRIVER=database
SESSION_LIFETIME=120 SESSION_LIFETIME=120