~davewalker/etherpad/ubuntu-unlimited-max-users-and-revisions

« back to all changes in this revision

Viewing changes to etherpad/etc/etherpad.localdev-default.properties

  • Committer: James Page
  • Date: 2011-04-13 08:00:43 UTC
  • Revision ID: james.page@canonical.com-20110413080043-eee2nq7y1v7cv2mp
* Refactoring to use native Ubuntu Java libraries. 
* debian/control:
  - use openjdk instead of sun's java
  - update maintainer
* debian/etherpad.init.orig, debian/etherpad.upstart:
  - move the init script out of the way
  - create a basic upstart script
  - note that the open office document conversion daemon was dropped
    from the upstart configuration; if this behavior is desired, please
    create a separate upstart job for it
* debian/rules:
  - just use basic dh_installinit, as it will pick up the new upstart job
* New release
* Changed maintainer to Packaging
* Fixed installation scripts
* Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
alwaysHttps = false
 
2
ajstdlibHome = ../infrastructure/framework-src/modules
 
3
appjetHome = ./data/appjet
 
4
devMode = true
 
5
etherpad.adminPass = password
 
6
etherpad.fakeProduction = false
 
7
etherpad.isProduction = false
 
8
etherpad.proAccounts = true
 
9
etherpad.SQL_JDBC_DRIVER = com.mysql.jdbc.Driver
 
10
etherpad.SQL_JDBC_URL = jdbc:mysql://localhost:3306/etherpad
 
11
etherpad.SQL_PASSWORD = password
 
12
etherpad.SQL_USERNAME = etherpad
 
13
hidePorts = false
 
14
listen = 9000
 
15
logDir = ./data/logs
 
16
modulePath = ./src
 
17
motdPage = /ep/pad/view/ro.3PfHCD0ApLc/latest?fullScreen=1&slider=0&sidebar=0
 
18
topdomains = localhost,localbox.info
 
19
transportPrefix = /comet
 
20
transportUseWildcardSubdomains = true
 
21
useHttpsUrls = false
 
22
useVirtualFileRoot = ./src
 
23
theme = default
 
24
etherpad.soffice = /usr/bin/soffice
 
25
customBrandingName = Etherpad v1.1
 
26
customEmailAddress = support@etherpad.org
 
27
showLinkandLicense = true
 
28