change demo agent

This commit is contained in:
AJ ONeal 2019-10-29 06:53:19 +00:00
parent 405e98620c
commit 378b9310aa
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@ require("./")
function initialize() {
var pkg = require("./package.json");
var config = {
package: pkg,
package: {
name: "Greenlock_Express_Demo",
version: pkg.version,
author: pkg.author
},
staging: true,
cluster: true,