aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Martischka <petermartischka@googlemail.com>2010-04-08 20:27:54 +0800
committerEgil Möller <egil.moller@freecode.no>2010-04-08 22:19:42 +0800
commitb4ccd31eafa1a65a3fb58c9394b3f71b9779dea8 (patch)
treec7510affb0ebbcac42efba20ca0d4950667b3427
parent7ff9c56cd6f45246ee85933f55e38cdb526970b8 (diff)
downloadetherpad-b4ccd31eafa1a65a3fb58c9394b3f71b9779dea8.tar.gz
etherpad-b4ccd31eafa1a65a3fb58c9394b3f71b9779dea8.tar.xz
etherpad-b4ccd31eafa1a65a3fb58c9394b3f71b9779dea8.zip
added localbox.info to the topdomains of the config file, i think it's better for testing
-rw-r--r--etherpad/etc/etherpad.localdev-default.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad/etc/etherpad.localdev-default.properties b/etherpad/etc/etherpad.localdev-default.properties
index 07dce96..98327fd 100644
--- a/etherpad/etc/etherpad.localdev-default.properties
+++ b/etherpad/etc/etherpad.localdev-default.properties
@@ -15,7 +15,7 @@ listen = 9000
logDir = ./data/logs
modulePath = ./src
motdPage = /ep/pad/view/ro.3PfHCD0ApLc/latest?fullScreen=1&slider=0&sidebar=0
-topdomains = localhost
+topdomains = localhost,localbox.info
transportPrefix = /comet
transportUseWildcardSubdomains = true
useHttpsUrls = false