Added paths.json file that contain paths

This commit is contained in:
kdeng00
2019-08-22 19:49:17 -04:00
parent 2a8290a929
commit 592853695d
3 changed files with 11 additions and 4 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"Domain": "[domain].auth0.com",
"ApiIdentifier": "https://[identifier]/api",
"ClientId": "dfdfdfdf",
"ClientSecret": "dfdfdfdf"
"domain": "[domain].auth0.com",
"api_identifier": "https://[identifier]/api",
"client_id": "dfdfdfdf",
"client_secret": "dfdfdfdf"
}