mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
git ignore secrets
set up git ignore secrets to not leak API keys
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
"update_interval": 1
|
||||
},
|
||||
"weather": {
|
||||
"api_key": "YOUR_OPENWEATHERMAP_API_KEY",
|
||||
"update_interval": 300,
|
||||
"units": "imperial",
|
||||
"display_format": "{temp}°F\n{condition}"
|
||||
|
||||
5
config/config_secrets.template.json
Normal file
5
config/config_secrets.template.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"weather": {
|
||||
"api_key": "YOUR_OPENWEATHERMAP_API_KEY"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user