diff --git a/FAuth/appsettings.json b/FAuth/appsettings.json index 061d470..4036d5f 100644 --- a/FAuth/appsettings.json +++ b/FAuth/appsettings.json @@ -19,5 +19,5 @@ "UserTicketDecryptorOption": { "Key": "abcd" }, - "urls": "http://*:9000,https://*:9001" + "urls": "http://*:9000;https://*:9001" }