Added client id and client secret to the appsetting files #27
This commit is contained in:
@@ -7,13 +7,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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=;"
|
||||||
},
|
},
|
||||||
"RootMusicPath":"/music/path/",
|
"RootMusicPath": "/music/path/",
|
||||||
"TemporaryMusicPath":"/music/temp/path/",
|
"TemporaryMusicPath": "/music/temp/path/",
|
||||||
"ArchivePath":"/archive/path/"
|
"ArchivePath": "/archive/path/"
|
||||||
}
|
}
|
||||||
|
|||||||
+8
-6
@@ -6,13 +6,15 @@
|
|||||||
},
|
},
|
||||||
"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=;"
|
||||||
},
|
},
|
||||||
"RootMusicPath":"/music/path/",
|
"RootMusicPath": "/music/path/",
|
||||||
"TemporaryMusicPath":"/music/temp/path/",
|
"TemporaryMusicPath": "/music/temp/path/",
|
||||||
"ArchivePath":"/archive/path/"
|
"ArchivePath": "/archive/path/"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user