Update BASE_URL to point to Coolify domain
This commit is contained in:
+1
-1
@@ -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__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user