From 6bc85343b912bdc5612ccbfeb90636530dc0f63f Mon Sep 17 00:00:00 2001 From: fananazril Date: Fri, 12 Jun 2026 08:33:59 +0700 Subject: [PATCH] Update BASE_URL to point to Coolify domain --- .env.example | 2 +- config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 7fcfdd3..3181acf 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ APP_NAME="WebGIS Sebaran Penduduk Miskin" -BASE_URL="https://your-coolify-domain.com" +BASE_URL="http://ygo4ck40cossgcww4ooc400w.203.24.51.230.sslip.io" # Database Configuration DB_HOST=127.0.0.1 diff --git a/config/config.php b/config/config.php index f207eb0..7df3c52 100644 --- a/config/config.php +++ b/config/config.php @@ -21,7 +21,7 @@ if (file_exists($envFile)) { } // Base URL aplikasi -$defaultBaseUrl = 'http://localhost/webjir/poverty_map'; +$defaultBaseUrl = 'http://ygo4ck40cossgcww4ooc400w.203.24.51.230.sslip.io'; define('BASE_URL', getenv('BASE_URL') ?: $defaultBaseUrl); define('BASE_PATH', dirname(__DIR__));