diff --git a/nrf/template-nrf.yaml b/nrf/template-nrf.yaml index 45ed9dc..c9e2bf5 100644 --- a/nrf/template-nrf.yaml +++ b/nrf/template-nrf.yaml @@ -11,9 +11,9 @@ configuration: bindingIPv4: %SBI_BINDING_IP # IP used to bind the service port: %SBI_BINDING_PORT # port used to bind the service tls: - pem: config/nrf.pem - key: config/nrf.key - oauth: true + pem: cert/nrf.pem + key: cert/nrf.key + oauth: false # disabled to ease debug DefaultPlmnId: mcc: %MCC # Mobile Country Code (3 digits string, digit: 0~9) mnc: %MNC # Mobile Network Code (2 or 3 digits string, digit: 0~9)