FarmMapsLib/src/configuration.json

9 lines
229 B
JSON
Raw Normal View History

2019-07-16 14:15:40 +00:00
{
2022-09-28 19:32:15 +00:00
"issuer": "https://accounts.test.farmmaps.eu",
"clientId": "farmmapsdev",
2022-09-28 19:32:15 +00:00
"audience": "https://test.farmmaps.eu",
2021-10-05 18:55:51 +00:00
"requireHttps": false,
2022-09-28 19:32:15 +00:00
"apiEndPoint": "https://test.farmmaps.eu",
"grantType":"code"
2019-11-08 09:36:24 +00:00
}
2019-07-16 14:15:40 +00:00