mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
added a convert script from old etherpad to etherpad lite, instructions will follow
This commit is contained in:
parent
ad1e8fb4f8
commit
dd4c8dc3aa
3 changed files with 471 additions and 0 deletions
21
bin/convertSettings.json.template
Normal file
21
bin/convertSettings.json.template
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue