Remove secrets.py
This commit is contained in:
parent
01e76fd3f8
commit
a568043ee6
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2020 Adafruit Industries
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
# 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' : 'home_wifi_network',
|
||||
'password' : 'wifi_password',
|
||||
'aio_username' : 'my_adafruit_io_username',
|
||||
'aio_key' : 'my_adafruit_io_key',
|
||||
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
|
||||
}
|
||||
Loading…
Reference in a new issue