~charmers/charms/trusty/etherpad-lite/trunk

« back to all changes in this revision

Viewing changes to hooks/ep-config/settings.json.dirty

  • Committer: James Page
  • Date: 2011-09-28 12:53:35 UTC
  • Revision ID: james.page@canonical.com-20110928125335-a4cat72jjwe8m2g2
Juju transition, switched from sqlite to dirty default database

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "ip": "0.0.0.0",
 
3
  "port" : 9001,
 
4
  "dbType" : "dirty",
 
5
  "dbSettings" : {
 
6
                   "filename" : "../var/dirty.db"
 
7
                 },
 
8
  "defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
 
9
  "minify" : true,
 
10
  "abiword" : "/usr/bin/abiword",
 
11
  "loglevel" : "INFO"
 
12
}