Skip to content

Commit

Permalink
Disable charging function
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 5, 2024
1 parent c158e87 commit d219dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/compose.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ services:
NRF: "nrf.sbi:8000"
NRF_PEM: "{{ openssl_secret_pem('nrf', 'sbi') }}"
BILLING_IP: "{{ ipv4('webconsole', 'sbi') }}"
BILLING_ENABLE: "false"
CHF_PEM: "{{ openssl_secret_pem('chf', 'sbi') }}"
CHF_KEY: "{{ openssl_secret_key('chf', 'sbi') }}"
secrets:
Expand Down

0 comments on commit d219dcf

Please sign in to comment.