Added client id and client secret to the appsetting files #27
This commit is contained in:
@@ -8,7 +8,9 @@
|
|||||||
},
|
},
|
||||||
"Auth0": {
|
"Auth0": {
|
||||||
"Domain": "[domain].auth0.com",
|
"Domain": "[domain].auth0.com",
|
||||||
"ApiIdentifier": "https://[identifier]/api"
|
"ApiIdentifier": "https://[identifier]/api",
|
||||||
|
"ClientId":"",
|
||||||
|
"ClientSecret":""
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
||||||
|
|||||||
+3
-1
@@ -7,7 +7,9 @@
|
|||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"Auth0": {
|
"Auth0": {
|
||||||
"Domain": "[domain].auth0.com",
|
"Domain": "[domain].auth0.com",
|
||||||
"ApiIdentifier": "https://[identifier]/api"
|
"ApiIdentifier": "https://[identifier]/api",
|
||||||
|
"ClientId":"",
|
||||||
|
"ClientSecret":""
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
||||||
|
|||||||
Reference in New Issue
Block a user