Extraction des secrets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"rebrickable": {
|
||||
"apiKey": ""
|
||||
"apiKey": null
|
||||
},
|
||||
"externalLinks": {
|
||||
"cacheDir": "tools/cache",
|
||||
@@ -24,10 +24,10 @@
|
||||
"precipitationThreshold": 0.1,
|
||||
"providers": {
|
||||
"influxdb": {
|
||||
"url": "",
|
||||
"url": null,
|
||||
"org": "Dern",
|
||||
"bucket": "weather",
|
||||
"token": "==",
|
||||
"token": null,
|
||||
"windowMinutes": 60,
|
||||
"precipitationThreshold": 0.1,
|
||||
"sensors": {
|
||||
@@ -85,17 +85,17 @@
|
||||
}
|
||||
},
|
||||
"openMeteo": {
|
||||
"latitude": ,
|
||||
"longitude": ,
|
||||
"latitude": null,
|
||||
"longitude": null,
|
||||
"timezone": "Europe/Paris",
|
||||
"pressureOffset": 40,
|
||||
"illuminanceToLuxFactor": 126.7,
|
||||
"windowMinutes": 90,
|
||||
"precipitationThreshold": 0.1
|
||||
"pressureOffset": 40,
|
||||
"illuminanceToLuxFactor": 126.7,
|
||||
"windowMinutes": 90,
|
||||
"precipitationThreshold": 0.1
|
||||
}
|
||||
}
|
||||
},
|
||||
"goaccess": {
|
||||
"url": ""
|
||||
"url": null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user