added a convert script from old etherpad to etherpad lite, instructions will follow

This commit is contained in:
Peter 'Pita' Martischka 2011-08-18 20:58:56 +01:00
parent ad1e8fb4f8
commit dd4c8dc3aa
3 changed files with 471 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"etherpad-db":
{
"host": "localhost",
"port": 3306,
"database": "etherpad",
"user": "etherpaduser",
"password": "yourpassword"
},
"etherpad-lite-db":
{
"dbType" : "mysql",
"dbSettings" :
{
"user" : "root",
"host" : "localhost",
"password": "",
"database": "store"
}
}
}