Minor fixes for new environment.
This commit is contained in:
@@ -33,6 +33,7 @@ if ($environment === false)
|
|||||||
}
|
}
|
||||||
|
|
||||||
define('ENVIRONMENT', $environment);
|
define('ENVIRONMENT', $environment);
|
||||||
|
define('SCHEME', 'https');
|
||||||
|
|
||||||
if (isset($_SERVER['HTTPS']))
|
if (isset($_SERVER['HTTPS']))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ if (ENVIRONMENT === 'local')
|
|||||||
}
|
}
|
||||||
elseif (ENVIRONMENT === 'production')
|
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['editorVersion'] = '1.0.5';
|
||||||
}
|
}
|
||||||
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
|
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
FROM php:7.2-apache-buster
|
FROM php:7.2-apache-buster
|
||||||
|
RUN docker-php-ext-install mysqli
|
||||||
|
|
||||||
VOLUME /var/www/html/media
|
VOLUME /var/www/html/media
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user