Authored by 陈峰

commit

@@ -216,14 +216,14 @@ class PageCahe extends Model { @@ -216,14 +216,14 @@ class PageCahe extends Model {
216 // tag: 'nginx2', 216 // tag: 'nginx2',
217 // cachepath: '/usr/local/nginx' 217 // cachepath: '/usr/local/nginx'
218 // }); 218 // });
219 - await this.insert({  
220 - host: '10.66.1.2',  
221 - username: 'node',  
222 - password: 'yoho9646',  
223 - port: 22,  
224 - tag: 'nginx2',  
225 - cachepath: '/usr/local/openresty/nginx'  
226 - }); 219 + // await this.insert({
  220 + // host: '10.66.1.2',
  221 + // username: 'node',
  222 + // password: 'yoho9646',
  223 + // port: 22,
  224 + // tag: 'nginx2',
  225 + // cachepath: '/usr/local/openresty/nginx'
  226 + // });
227 await this.insert({ 227 await this.insert({
228 host: '10.66.1.3', 228 host: '10.66.1.3',
229 username: 'node', 229 username: 'node',
@@ -232,30 +232,30 @@ class PageCahe extends Model { @@ -232,30 +232,30 @@ class PageCahe extends Model {
232 tag: 'nginx3', 232 tag: 'nginx3',
233 cachepath: '/usr/local/openresty/nginx' 233 cachepath: '/usr/local/openresty/nginx'
234 }); 234 });
235 - await this.insert({  
236 - host: '10.66.1.15',  
237 - username: 'node',  
238 - password: 'yoho9646',  
239 - port: 22,  
240 - tag: 'nginx15',  
241 - cachepath: '/usr/local/openresty/nginx'  
242 - });  
243 - await this.insert({  
244 - host: '10.66.1.84',  
245 - username: 'node',  
246 - password: 'yoho9646',  
247 - port: 22,  
248 - tag: 'nginx84',  
249 - cachepath: '/usr/local/openresty/nginx'  
250 - });  
251 - await this.insert({  
252 - host: '10.66.1.97',  
253 - username: 'node',  
254 - password: 'yoho9646',  
255 - port: 22,  
256 - tag: 'nginx97',  
257 - cachepath: '/usr/local/openresty/nginx'  
258 - }); 235 + // await this.insert({
  236 + // host: '10.66.1.15',
  237 + // username: 'node',
  238 + // password: 'yoho9646',
  239 + // port: 22,
  240 + // tag: 'nginx15',
  241 + // cachepath: '/usr/local/openresty/nginx'
  242 + // });
  243 + // await this.insert({
  244 + // host: '10.66.1.84',
  245 + // username: 'node',
  246 + // password: 'yoho9646',
  247 + // port: 22,
  248 + // tag: 'nginx84',
  249 + // cachepath: '/usr/local/openresty/nginx'
  250 + // });
  251 + // await this.insert({
  252 + // host: '10.66.1.97',
  253 + // username: 'node',
  254 + // password: 'yoho9646',
  255 + // port: 22,
  256 + // tag: 'nginx97',
  257 + // cachepath: '/usr/local/openresty/nginx'
  258 + // });
259 } 259 }
260 } 260 }
261 } 261 }