chore: backup infrastructure configurations [skip ci]
This commit is contained in:
28
consul_backup/fitbit-garmin-sync/config
Normal file
28
consul_backup/fitbit-garmin-sync/config
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"garmin": {
|
||||
"username": "stuart.stent@gmail.com",
|
||||
"password": "Stainless7?Lisp?Strangle",
|
||||
"is_china": false,
|
||||
"session_data_file": "garmin_session.json"
|
||||
},
|
||||
"health_connect": {
|
||||
"package_name": "androidx.health.connect.client"
|
||||
},
|
||||
"sync": {
|
||||
"sync_interval_minutes": 60,
|
||||
"lookback_days": 4,
|
||||
"max_retries": 3,
|
||||
"read_only_mode": false
|
||||
},
|
||||
"database": {
|
||||
"path": "weight_sync.db"
|
||||
},
|
||||
"fitbit": {
|
||||
"client_id": "22BQMP",
|
||||
"client_secret": "280a9e3702af04f687a84862c3f6f6ac",
|
||||
"access_token": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiIyMkJRTVAiLCJzdWIiOiIyRk5WTkYiLCJpc3MiOiJGaXRiaXQiLCJ0eXAiOiJhY2Nlc3NfdG9rZW4iLCJzY29wZXMiOiJyc29jIHJzZXQgcmFjdCBybG9jIHJ3ZWkgcmhyIHJwcm8gcm51dCByc2xlIiwiZXhwIjoxNzY1NzQ5ODczLCJpYXQiOjE3NjU3MjEwNzN9.d8KqJuK7srtgfa38Ura1TyV2DQ1ImB4MMN81ebbg2bA",
|
||||
"refresh_token": "fa132cacc175f660627effbc2915435f037e42cb3de9599284c7016d606d04f0",
|
||||
"token_file": "fitbit_token.json",
|
||||
"redirect_uri": "http://localhost:8080/fitbit-callback"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user