Update BASE_URL to point to Coolify domain
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+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