sad
This commit is contained in:
@@ -22,10 +22,9 @@ define('MATOMO_URL', 'https://matomo.my-statistics.info/');
|
||||
define('MATOMO_ENABLED', false);
|
||||
define('MATOMO_SITE_ID', 8);
|
||||
$env = 'staging';
|
||||
$baseUrl = 'https://statging.usbcheck.it';
|
||||
$apiBaseUrl = 'https://api.staging.usbcheck.it';
|
||||
$apiBaseUrl = 'https://api.'.APP_DOMAIN_PRIMARY;
|
||||
|
||||
// Diese Werte später ins Template schieben:
|
||||
$GLOBALS['usb_env'] = $env;
|
||||
$GLOBALS['usb_base_url'] = $baseUrl;
|
||||
$GLOBALS['usb_base_url'] = APP_URL_PRIMARY;
|
||||
$GLOBALS['usb_api_base'] = $apiBaseUrl;
|
||||
Reference in New Issue
Block a user