summaryrefslogtreecommitdiffstats
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:13 +0800
commitf6d14dabc09bd18a82bb191f8bea8006d12358d0 (patch)
treec7510affb0ebbcac42efba20ca0d4950667b3427
parent746609a16cd1c1b8bb725f89fef1869af0875d5e (diff)
downloadetherpad-f6d14dabc09bd18a82bb191f8bea8006d12358d0.tar.gz
etherpad-f6d14dabc09bd18a82bb191f8bea8006d12358d0.tar.bz2
etherpad-f6d14dabc09bd18a82bb191f8bea8006d12358d0.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