From 41e149b05b49a0c33a722883102060d5540f424e Mon Sep 17 00:00:00 2001 From: adesyawal <52590145+adesyawal@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:49:14 +0700 Subject: [PATCH] Add Secure URL Asset ENV --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index aebebcc..d13b1a6 100644 --- a/.env +++ b/.env @@ -3,9 +3,10 @@ APP_NAME="RSABHK" APP_ENV=local APP_KEY=base64:H3PvFH63g7VMkPboCs7CYAAfCYw/3xKTtTt2AHM1TAk= APP_DEBUG=true -APP_URL=http://127.0.0.1:8000 +APP_URL=https://dokter.rsabhk.co.id/ IS_DEMO=false TIMEZONE=Asia/Jakarta +ASSET_URL=https://dokter.rsabhk.co.id/ LOG_CHANNEL=stack LOG_LEVEL=debug