Commit 4c12985a962469eef8f357c451c189e3b0b03db3
Committed by
Andrew Shvayka
1 parent
67aba9e4
Lwm2m: back: start fix bug DTLS
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -616,7 +616,7 @@ transport: |
616 | 616 | # Only Certificate_x509: |
617 | 617 | alias: "${LWM2M_KEYSTORE_ALIAS_SERVER:server}" |
618 | 618 | bootstrap: |
619 | - enable: "${BOOTSTRAP:true}" | |
619 | + enable: "${LWM2M_BOOTSTRAP_ENABLED:true}" | |
620 | 620 | id: "${LWM2M_SERVER_ID:111}" |
621 | 621 | bind_address: "${LWM2M_BIND_ADDRESS_BS:0.0.0.0}" |
622 | 622 | bind_port_no_sec_psk: "${LWM2M_BIND_PORT_NO_SEC_BS:5691}" | ... | ... |