From 1d7b9e2d32b2d3200bb39c56049cfacac17d76e0 Mon Sep 17 00:00:00 2001 From: Baghaztra Date: Tue, 14 Oct 2025 13:40:31 +0700 Subject: [PATCH] Update .env.example --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 5271f98..6999aad 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ APP_NAME=Abbauf-Kasir -APP_ENV=local +APP_ENV=production APP_KEY= -APP_DEBUG=true -APP_URL=http://localhost:8000 +APP_DEBUG=false +APP_URL=http://localhost APP_LOCALE=en APP_FALLBACK_LOCALE=en