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