Fix URLs for https change.

pull/1163/head
Halil ibrahim Kalkan 6 years ago
parent d846ee50d8
commit d040b54766

@ -7,6 +7,6 @@
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "http://localhost:61517"
"Authority": "https://localhost:44301/"
}
}

@ -1,5 +1,5 @@
{
"AppSelfUrl": "http://localhost:61517/",
"AppSelfUrl": "https://localhost:44301/",
"ConnectionStrings": {
"Default": "Server=localhost;Database=MyProjectName_Main;Trusted_Connection=True;MultipleActiveResultSets=true"
},
@ -7,14 +7,14 @@
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "http://localhost:61517/",
"Authority": "https://localhost:44301/",
"ApiName": "MyProjectName"
},
"IdentityServer": {
"Clients": {
"MyProjectName_Web": {
"ClientId": "MyProjectName_Web",
"RootUrl": "https://localhost:44314/"
"RootUrl": "https://localhost:44302/"
},
"MyProjectName_ConsoleTestApp": {
"ClientId": "MyProjectName_ConsoleTestApp"

@ -8,7 +8,7 @@
@if (!CurrentUser.IsAuthenticated)
{
<form method="POST">
<input type="submit" asp-page-handler="Login" value="LOGIN" class="btn btn-login" />
<input type="submit" asp-page-handler="Login" value="LOGIN" class="btn btn-primary" />
</form>
}
else

@ -1,18 +1,18 @@
{
"AppSelfUrl": "https://localhost:44314/",
"AppSelfUrl": "https://localhost:44302/",
"RemoteServices": {
"Default": {
"BaseUrl": "http://localhost:61517/"
"BaseUrl": "https://localhost:44301/"
},
"MyProjectName": {
"BaseUrl": "http://localhost:57992/"
"BaseUrl": "https://localhost:44300/"
}
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "http://localhost:61517/",
"Authority": "https://localhost:44301/",
"ClientId": "MyProjectName_Web",
"ClientSecret": "1q2w3e*"
}

@ -1,10 +1,10 @@
{
"RemoteServices": {
"Default": {
"BaseUrl": "http://localhost:61517/"
"BaseUrl": "https://localhost:44301/"
},
"MyProjectName": {
"BaseUrl": "http://localhost:57992/"
"BaseUrl": "https://localhost:44300/"
}
},
"IdentityClients": {
@ -14,7 +14,7 @@
"ClientSecret": "1q2w3e*",
"UserName": "admin",
"UserPassword": "1q2w3E*",
"Authority": "http://localhost:61517",
"Authority": "https://localhost:44301/",
"Scope": "MyProjectName"
}
}

Loading…
Cancel
Save