aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorAndreas Hubel2020-11-29 20:39:34 +0100
committerAndreas Hubel2020-11-29 21:13:40 +0100
commitbbea394ffc0493f56dee7273bf0d56254673b7e7 (patch)
tree781b2f2d861145e351ffbe7c07a06d49efa9e6be /config.php
parent9cfd9517d52c3d8ff860de9b8247a7c58361bc98 (diff)
add deployment script for streaming.test.c3voc.de
Diffstat (limited to 'config.php')
-rw-r--r--config.php9
1 files changed, 4 insertions, 5 deletions
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