silvrgit/config/config.json

22 lines
685 B
JSON
Raw Normal View History

{
"fitbit": {
"timeout": 10000,
"creds": {
"clientID": "227QC6",
"clientSecret": "aad7cf451c8851762310e54f63d97604"
},
"uris": {
"authorizationUri": "https://www.fitbit.com",
"authorizationPath": "/oauth2/authorize",
"tokenUri": "https://api.fitbit.com",
"tokenPath": "/oauth2/token"
},
"authorization_uri": {
"redirect_uri": "http://localhost:9000/fitbit_auth_callback/",
"response_type": "code",
"scope": "activity nutrition profile settings sleep social weight heartrate",
"state": "3(#0/!~"
}
}
}