Minor fixes for new environment.

This commit is contained in:
2024-02-07 14:47:21 +01:00
parent 7b67aaedd8
commit a0b8b2f446
3 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ if ($environment === false)
}
define('ENVIRONMENT', $environment);
define('SCHEME', 'https');
if (isset($_SERVER['HTTPS']))
{

View File

@@ -11,7 +11,7 @@ if (ENVIRONMENT === 'local')
}
elseif (ENVIRONMENT === 'production')
{
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://rist-editors.ri-st.de/';
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://editors.ri-st.de/';
$svjf['editorVersion'] = '1.0.5';
}
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';

View File

@@ -1,4 +1,5 @@
FROM php:7.2-apache-buster
RUN docker-php-ext-install mysqli
VOLUME /var/www/html/media