diff options
author | Alex Shatov <alexs@att.com> | 2017-09-15 14:03:13 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2017-09-15 14:03:13 -0400 |
commit | a5bfd6aed8b182416ef1cf0ce88dbc0b61d92fa0 (patch) | |
tree | b3b28d1c2f9719851bf17bc41d47793e793035bd /etc/config.json | |
parent | 36dc52430f5b05025588e500c4ec527dc3bbeb45 (diff) |
version and proper deployment_handler in config
Change-Id: I4cde9c4a2e1305519458658479a1c19c36c80a5b
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'etc/config.json')
-rw-r--r-- | etc/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/config.json b/etc/config.json index e54569b..b83cd09 100644 --- a/etc/config.json +++ b/etc/config.json @@ -1,4 +1,5 @@ { + "version" : "1.0.0", "wservice_port" : 25577, "policy_handler" : { "system" : "policy_handler" |