removed unnecessary stuff from convertSettings

This commit is contained in:
Peter 'Pita' Martischka 2011-08-21 16:51:08 +01:00
parent 070b5f16f7
commit e4af96e67b
1 changed files with 0 additions and 11 deletions

View File

@ -6,16 +6,5 @@
"database": "etherpad",
"user": "etherpaduser",
"password": "yourpassword"
},
"etherpad-lite-db":
{
"dbType" : "mysql",
"dbSettings" :
{
"user" : "root",
"host" : "localhost",
"password": "",
"database": "store"
}
}
}