Skip to content

不同服务器之间的Easy Mock数据迁移工具

Notifications You must be signed in to change notification settings

ihwf/migrate-easymock-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

migrate-easymock-data

Easy Mock数据迁移工具。

本工具是在 easy-mock/migrate2local 的基础上修改, 原版只能从easymock.com迁出, 本工具可以在任意两台服务器上的Easy Mock之间迁移

This tool is based on easy-mock/migrate2local and it can migrate Easy Mock data between in two servers

Using

$ git clone https://github.com/ihwf/migrate-easymock-data.git
$ cd migrate-easymock-data
$ npm install
$ node index.js

Config

请先配置目录下的 config.js 以完成准备工作。

// config.js
module.exports = {
  fromDomain: '',//迁出地址
  fromUserName: '', // 迁出用户名
  fromUserPassword: '', // 迁出用户密码
  toDomain: '', // 迁入地址(如:http://localhost:7300)
  toUserName: '', // 迁入的用户名
  toUserPassword: '' // 迁入的用户密码
}

License

MIT

About

不同服务器之间的Easy Mock数据迁移工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published