Skip to content

Commit

Permalink
no oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 17, 2024
1 parent 9c7772a commit 9f10335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nrf/template-nrf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9f10335

Please sign in to comment.