Mandate layer 2 config also for bpp:

This commit is contained in:
Venkatesh Babu
2024-03-26 17:50:18 +05:30
parent 39dd0887b1
commit dd8cb4111b
6 changed files with 4329 additions and 3981 deletions

View File

@@ -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

View File

@@ -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
View File

0
layer2/download_layer_2_config_bpp.sh Normal file → Executable file
View File

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff