forked from freifunkMUC/unifi_respondd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unifi_respondd.yaml.example
35 lines (35 loc) · 1.03 KB
/
unifi_respondd.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
controller_url: unifi.lan
controller_port: 8443
username: ubnt # Username and password for the Unifi Controller
password: ubnt
ssid_regex: .*freifunk.*
offloader_mac:
SiteName: 00:00:00:00:00:00 # SiteName refers to the Site in the Unifi Controller, Mac to the freifunk Offloader
SiteName2: 00:00:00:00:00:00
site_prefix:
SiteName: ffwp-Node-Prefix-
SiteName2: ffwp2-Node-Prefix-
nodelist: https://MAPURL/data/meshviewer.json
prefix: # If the APs name should get a prefix, add it here
version: v5
ssl_verify: True
multicast_enabled: false
multicast_address: ff05::2:1001
multicast_port: 1001
unicast_address: fe80::68ff:94ff:fe00:1504
unicast_port: 10001
interface: eth0 # Network interface of the freifunk Network
verbose: true
logging_config:
formatters:
standard:
format: '%(asctime)s,%(msecs)d %(levelname)-8s [%(filename)s:%(lineno)d] %(message)s'
handlers:
console:
class: logging.StreamHandler
formatter: standard
root:
handlers:
- console
level: DEBUG
version: 1