Files
s2o/config.json
T
kdeng00 4639700be1 Updated config file
Added some test data
2022-10-01 17:46:28 -04:00

15 lines
358 B
JSON

{
"token": "some_token",
"secret": "some secret",
"app_id": "sdf348thg348fh3f",
"mode": "token",
"scopes": ["Create", "Read"],
"authority_url": "https://some-link.com",
"base_url": "https://some-other-link.com",
"vendors": {
"simplenote": {
"username": "me",
"password": "who"
}
}
}