Mandate layer 2 config also for bpp:
This commit is contained in:
@@ -129,3 +129,6 @@ app:
|
|||||||
# In minutes
|
# In minutes
|
||||||
syncInterval: 30
|
syncInterval: 30
|
||||||
redis_db: 3
|
redis_db: 3
|
||||||
|
|
||||||
|
useLayer2Config: USE_LAYER_2_CONFIG
|
||||||
|
mandateLayer2Config: MANDATE_LAYER_2_CONFIG
|
||||||
@@ -79,6 +79,9 @@ if [[ $(uname -s ) == 'Darwin' ]];then
|
|||||||
"BPP_SUBSCRIBER_ID=$bpp_subscriber_id"
|
"BPP_SUBSCRIBER_ID=$bpp_subscriber_id"
|
||||||
"BPP_SUBSCRIBER_KEY_ID=$bpp_subscriber_key_id"
|
"BPP_SUBSCRIBER_KEY_ID=$bpp_subscriber_key_id"
|
||||||
"WEBHOOK_URL=$webhook_url"
|
"WEBHOOK_URL=$webhook_url"
|
||||||
|
"USE_LAYER_2_CONFIG"=true
|
||||||
|
"MANDATE_LAYER_2_CONFIG"=true
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Configuring BPP protocol server"
|
echo "Configuring BPP protocol server"
|
||||||
@@ -109,6 +112,9 @@ else
|
|||||||
["BPP_SUBSCRIBER_ID"]=$bpp_subscriber_id
|
["BPP_SUBSCRIBER_ID"]=$bpp_subscriber_id
|
||||||
["BPP_SUBSCRIBER_KEY_ID"]=$bpp_subscriber_key_id
|
["BPP_SUBSCRIBER_KEY_ID"]=$bpp_subscriber_key_id
|
||||||
["WEBHOOK_URL"]=$webhook_url
|
["WEBHOOK_URL"]=$webhook_url
|
||||||
|
["USE_LAYER_2_CONFIG"]=true
|
||||||
|
["MANDATE_LAYER_2_CONFIG"]=true
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
echo "Configuring BAP protocol server"
|
echo "Configuring BAP protocol server"
|
||||||
|
|||||||
0
layer2/download_layer_2_config_bap.sh
Normal file → Executable file
0
layer2/download_layer_2_config_bap.sh
Normal file → Executable file
0
layer2/download_layer_2_config_bpp.sh
Normal file → Executable file
0
layer2/download_layer_2_config_bpp.sh
Normal file → Executable file
2164
layer2/samples/retail_1.1.0.yaml
Normal file
2164
layer2/samples/retail_1.1.0.yaml
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user