diff options
author | Andreas Hubel | 2020-11-29 20:39:34 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-11-29 21:13:40 +0100 |
commit | bbea394ffc0493f56dee7273bf0d56254673b7e7 (patch) | |
tree | 781b2f2d861145e351ffbe7c07a06d49efa9e6be /config.php | |
parent | 9cfd9517d52c3d8ff860de9b8247a7c58361bc98 (diff) |
add deployment script for streaming.test.c3voc.de
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |