Added client id and client secret to the appsetting files #27
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
}
|
||||
},
|
||||
"Auth0": {
|
||||
"Domain": "[domain].auth0.com",
|
||||
"ApiIdentifier": "https://[identifier]/api"
|
||||
"Domain": "[domain].auth0.com",
|
||||
"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/"
|
||||
}
|
||||
|
||||
+8
-6
@@ -6,13 +6,15 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Auth0": {
|
||||
"Domain": "[domain].auth0.com",
|
||||
"ApiIdentifier": "https://[identifier]/api"
|
||||
"Domain": "[domain].auth0.com",
|
||||
"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