Update BASE_URL to point to Coolify domain

This commit is contained in:
fananazril
2026-06-12 08:33:59 +07:00
parent 4432d81efc
commit 6bc85343b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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__));