# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT

# This file is where you keep secret settings, passwords, and tokens!
# If you put them in the code you risk committing that info or sharing it

secrets = {
    "ssid": "your-ssid",
    "password": "your-password",
    "identity": "your-identity",
    "username": "your-username",
    "method": 1,  # 0 = EAP-TLS, 1=EAP-PEAP, 2=EAP-TTLSs
    "timezone": -2,  # this is offset from UTC
    "github_token": "abcdefghij0123456789",
    "aio_username": "your-aio-username",
    "aio_key": "your-aio-key",
}
