UNPKG

276 BJavaScriptView Raw
1module.exports = {
2 ssh: {
3 host: '192.168.217.64',
4 username: 'root',
5 port: 22,
6 password: 'music2016',
7 },
8
9 remoteTempletePath: '/home/work/feflow/feflow-template', // 远程模版路径
10
11 localTemplateDir: '.feflow-template' // 本地模版存放目录
12}