Add example secrets configuration file with placeholder values

This commit is contained in:
Aaron 2025-11-04 22:22:53 -05:00
parent c0e8fb97e2
commit 8c512db131

6
secrets.py.example Normal file
View File

@ -0,0 +1,6 @@
secrets = {
'ssid': ' Change_to_wifi_SSID',
'password': 'Change_to_wifi_Pasword',
'discord_webhook_url': 'https://discord.com/api/webhooks/key/long-Combination_1234-ChangeMe', # normal updates
'discord_alert_webhook_url': 'https://discord.com/api/webhooks/key/long-Combination_1234-ChangeMe', # alerts only
}