diff options
Diffstat (limited to 'miss_htbt_service/config/hbproperties.yaml')
-rw-r--r-- | miss_htbt_service/config/hbproperties.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/miss_htbt_service/config/hbproperties.yaml b/miss_htbt_service/config/hbproperties.yaml new file mode 100644 index 0000000..b0806e4 --- /dev/null +++ b/miss_htbt_service/config/hbproperties.yaml @@ -0,0 +1,11 @@ +#Postgres database input +#pg_ipAddress: 127.0.0.1 +pg_ipAddress: 10.0.4.1 +pg_portNum: 5432 +pg_userName: postgres +pg_passwd: postgres +pg_dbName: hb_vnf + +#Periodic polling of CBS config download +CBS_polling_allowed: True +CBS_polling_interval: 300 |