aquifer/net/config.sample.py

15 lines
246 B
Python
Raw Permalink Normal View History

2023-02-07 08:49:20 -05:00
config = {
2023-02-09 12:05:49 -05:00
'hostname': '',
2023-02-07 08:49:20 -05:00
'adafruit_io_group': ''
}
secrets = {
'ssid': 'ssid',
'password': 'password',
'adafruit_io_username': '',
2023-07-03 09:26:25 -04:00
'adafruit_io_key': '',
'ntfy_host': '',
2023-07-03 14:11:10 -04:00
'ntfy_topic': '',
'ntfy_auth': ''
2023-02-07 08:49:20 -05:00
}