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