Browse Source

Add an example config file.

Joe Clarke 3 years ago
parent
commit
e61b528f1e
1 changed files with 21 additions and 0 deletions
  1. 21 0
      example_org.yaml

+ 21 - 0
example_org.yaml

@@ -0,0 +1,21 @@
+organization:                     "My Organization"
+api_key:                          "1234567890abcdef"
+networks:
+    - Example Network:
+        address:                  "123 Any Street, Any City, Any State USA"
+        timezone:                 "America/Los_Angeles"
+        devices:
+            - 1234-1234-1234:
+                name:               rtr-mtg
+                location:           Meeting Room
+            - 5678-5678-5678:
+                name:               ap-mtg
+                location:           Meeting Room
+        ssids:
+            - SSID 1:
+                name:             examplewifi
+                enabled:          True
+                auth_mode:        psk
+                encryption_mode:  wpa
+                psk:              Sup3Rs3cr#t
+