From 64ee19658fab6aebfd16b5f5a67236c23d0f66e9 Mon Sep 17 00:00:00 2001 From: algenreyubang Date: Mon, 24 Mar 2025 18:25:18 +0800 Subject: [PATCH] secondcommit --- .env.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index 1e18d32..b519850 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Laravel -APP_ENV=local -APP_KEY= +APP_ENV=production +APP_KEY=base64:ejVdagrxcvM7xJflCXn4aIw+YJFMWMHbhqxwIhI35ao= APP_DEBUG=true APP_URL=http://localhost @@ -21,11 +21,11 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=mysql -DB_HOST=127.0.0.1 +DB_HOST=mysql-db DB_PORT=3306 DB_DATABASE=example_app -DB_USERNAME=root -DB_PASSWORD= +DB_USERNAME=laravel_user +DB_PASSWORD=root SESSION_DRIVER=database SESSION_LIFETIME=120