-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeadow.config.yaml
45 lines (35 loc) · 1.08 KB
/
meadow.config.yaml
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
36
37
38
39
40
41
42
43
44
45
# Acceptable values for true: true, 1, yes
# Acceptable values for false: false, 0, no
# Main Device Config
Device:
# Name of the device on the network.
Name: MeadowDevice
# Uncomment if SD card hardware present on this hardware
# (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true
Network:
# Network Interface (Default value is WiFi with DHCP)
Interfaces:
- Name: Ethernet
UseDHCP: true
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:
# Default Interface
DefaultInterface: Ethernet
# Automatically attempt to get the time at startup?
GetNetworkTimeAtStartup: true
# Time synchronization period in seconds.
NtpRefreshPeriod: 600
# Name of the NTP servers.
NtpServers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
# IP addresses of the DNS servers.
DnsServers:
- 1.1.1.1
- 8.8.8.8