"ip": "0.0.0.0",
"port" : 9001,
- //The Type of the database. You can choose between dirty, sqlite and mysql
- //You should use mysql or sqlite for anything else than testing or development
- //"dbType" : "dirty",
- //the database specific settings
- /*
+ //Database configuration
+ "dbType" : "mysql",
"dbSettings" : {
- "filename" : "../var/dirty.db"
- },
-
- */
- /* An Example of MySQL Configuration
- "dbType" : "mysql",
- "dbSettings" : {
- "user" : "root",
- "host" : "localhost",
- "password": "",
- "database": "store"
- },
- */
- "dbType" : "mysql",
- "dbSettings" : {
"user" : "etherpad",
"host" : "localhost",
"password": "<%= etherpad_db_password %>",