2011-05-19 15:30:08 +02:00
/ *
T h i s f i l e m u s t b e v a l i d J S O N . B u t c o m m e n t s a r e a l l o w e d
* /
2011-05-14 18:22:25 +02:00
{
2011-05-14 19:57:07 +02:00
"port" : 9001 ,
2011-05-19 15:30:08 +02:00
//The Type of the database. You can choose between sqlite and mysql
2011-05-14 19:57:07 +02:00
"dbType" : "sqlite" ,
2011-05-19 15:30:08 +02:00
//the database specific settings
2011-05-14 19:57:07 +02:00
"dbSettings" : {
"filename" : "../var/sqlite.db"
2011-05-19 18:36:26 +02:00
} ,
2011-05-19 15:30:08 +02:00
/ * A n E x a m p l e o f M y S Q L C o n f i g u r a t i o n
"dbType" : "mysql" ,
"dbSettings" : {
"user" : "root" ,
"host" : "localhost" ,
"password" : "" ,
"database" : "store"
2011-05-28 19:09:17 +02:00
} ,
2011-05-19 15:30:08 +02:00
* /
2011-05-19 18:36:26 +02:00
2011-05-19 23:46:19 +02:00
//if true, every http request will be loged to stdout
"logHTTP" : true ,
//the default text of a pad
2011-05-28 19:09:17 +02:00
"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" ,
/ * i f true , a l l c s s & j s w i l l b e m i n i f i e d b e f o r e s e n d i n g t o t h e c l i e n t . T h i s w i l l i m p r o v e t h e l o a d i n g p e r f o r m a n c e m a s s i v l y ,
b u t m a k e s i t i m p o s s i b l e t o d e b u g t h e j a v a s c r i p t / c s s * /
2011-05-28 22:05:43 +02:00
"minify" : false
2011-05-14 18:22:25 +02:00
}