mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Remove secrets
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
# If you put them in the code you risk committing that info or sharing it
|
# If you put them in the code you risk committing that info or sharing it
|
||||||
|
|
||||||
secrets = {
|
secrets = {
|
||||||
'ssid' : 'Home',
|
'ssid' : '',
|
||||||
'password' : '***REMOVED***',
|
'password' : '',
|
||||||
'aio_username' : 'ckaczor',
|
'aio_username' : '',
|
||||||
'aio_key' : '***REMOVED***',
|
'aio_key' : '',
|
||||||
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
|
'timezone' : "America/New_York", # http://worldtimeapi.org/timezones
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user