Skip to content

Commit

Permalink
[firmware] Updated openwisp instance URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 7, 2017
1 parent a26ba14 commit 6cc4bf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firmware.yml
Expand Up @@ -146,12 +146,13 @@
profile: Generic
packages: "{{ openwisp2fw_default_packages + nnxx_nossl_packages + olsrd1_packages + olsrd2_packages }}"
# definition of organizations
default_openwisp2_url: https://openwisp.nnxx.ninux.org
openwisp2fw_organizations:
- name: basilicata
flavours:
- full_olsrd2
openwisp:
url: https://controller.basilicata.ninux.org
url: "{{ default_openwisp2_url }}"
shared_secret: Secretn1nuxB4s
unmanaged: "{{ openwisp2fw_default_unmanaged }}"
verify_ssl: 0
Expand All @@ -160,7 +161,7 @@
- full_olsrd1
- nossl_olsrd1
openwisp:
url: https://controller.basilicata.ninux.org
url: "{{ default_openwisp2_url }}"
shared_secret: Secretn1nuxB4s
unmanaged: "{{ openwisp2fw_default_unmanaged }}"
verify_ssl: 0

0 comments on commit 6cc4bf7

Please sign in to comment.