From bbea394ffc0493f56dee7273bf0d56254673b7e7 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sun, 29 Nov 2020 20:39:34 +0100 Subject: add deployment script for streaming.test.c3voc.de --- config.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'config.php') diff --git a/config.php b/config.php index 182762c..222ea97 100644 --- a/config.php +++ b/config.php @@ -28,11 +28,10 @@ if(@$_SERVER['SERVER_NAME'] == 'localhost') { // keine Konfiguration -> BASEURL wird automatisch erraten } -// if($_SERVER['SERVER_NAME'] == 'pre.stream.c3voc.de') -// { -// // Preview-Domain -// $GLOBALS['CONFIG']['BASEURL'] = '//pre.stream.c3voc.de/'; -// } +else if($_SERVER['SERVER_NAME'] == 'streaming.test.c3voc.de') +{ + $GLOBALS['CONFIG']['BASEURL'] = '//streaming.test.c3voc.de/'; +} else { // Set a safe Default -- cgit v1.2.3