summaryrefslogtreecommitdiffstats
path: root/etherpad/etc
diff options
context:
space:
mode:
authorPeter Martischka <petermartischka@googlemail.com>2010-04-04 03:44:37 +0200
committerPeter Martischka <pita@pitapoison.de>2010-04-04 03:44:37 +0200
commitf5f400aa103ce7c0436fc6352bf540ed4c6274ef (patch)
tree97eaf86f813891e74c778d3e0f6810ee13fa46e3 /etherpad/etc
parent4b76ba7a6cbcb31ac5c9d0ec2d60e997f2dac6d1 (diff)
downloadetherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.tar.gz
etherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.tar.bz2
etherpad-f5f400aa103ce7c0436fc6352bf540ed4c6274ef.zip
Opportunity to enable/disable the Pro Feature with a config flag
Diffstat (limited to 'etherpad/etc')
-rw-r--r--etherpad/etc/etherpad.localdev-default.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/etherpad/etc/etherpad.localdev-default.properties b/etherpad/etc/etherpad.localdev-default.properties
index 26bc8e5..97f420f 100644
--- a/etherpad/etc/etherpad.localdev-default.properties
+++ b/etherpad/etc/etherpad.localdev-default.properties
@@ -8,6 +8,7 @@ etherpad.SQL_JDBC_DRIVER = com.mysql.jdbc.Driver
etherpad.SQL_JDBC_URL = jdbc:mysql://localhost:3306/etherpad
etherpad.SQL_PASSWORD = password
etherpad.SQL_USERNAME = etherpad
+etherpad.proAccounts = true
listen = 9000
logDir = ./data/logs
modulePath = ./src