Mandate layer 2 config also for bpp:
This commit is contained in:
@@ -128,4 +128,7 @@ app:
|
||||
batchSize: 100
|
||||
# In minutes
|
||||
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_KEY_ID=$bpp_subscriber_key_id"
|
||||
"WEBHOOK_URL=$webhook_url"
|
||||
"USE_LAYER_2_CONFIG"=true
|
||||
"MANDATE_LAYER_2_CONFIG"=true
|
||||
|
||||
)
|
||||
|
||||
echo "Configuring BPP protocol server"
|
||||
@@ -109,6 +112,9 @@ else
|
||||
["BPP_SUBSCRIBER_ID"]=$bpp_subscriber_id
|
||||
["BPP_SUBSCRIBER_KEY_ID"]=$bpp_subscriber_key_id
|
||||
["WEBHOOK_URL"]=$webhook_url
|
||||
["USE_LAYER_2_CONFIG"]=true
|
||||
["MANDATE_LAYER_2_CONFIG"]=true
|
||||
|
||||
)
|
||||
|
||||
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