diff options
author | Peter Körner | 2016-04-18 18:14:57 +0200 |
---|---|---|
committer | Peter Körner | 2016-04-18 18:14:57 +0200 |
commit | 924c6dd5edb456459450d3d6462fafd42d042fef (patch) | |
tree | 79f29754d6713a1c0e9ae98874b031c4ffad8a93 /config.php | |
parent | 373cea3706dd213ba3fb703a1628dbfb5e5fa54b (diff) |
basic config for the afu series
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ $GLOBALS['CONFIG'] = []; * 'localhost' zu setzen und so ebenfalls unabhängig von den OPEN/CLOSED * Informationen der einzelnen Konferenzen testen zu können. */ -$GLOBALS['CONFIG']['PREVIEW_DOMAIN'] = 'pre.stream.c3voc.de'; +$GLOBALS['CONFIG']['PREVIEW_DOMAIN'] = 'xlocalhost'; /** * Während der Entwicklung wird die BASEURL automatisch erraten |