Browse Source

Update appsettings.json

pull/15/head
Halil İbrahim Kalkan 6 years ago
parent
commit
17f92ee8bf
  1. 4
      eventhub/src/EventHub.Web/appsettings.json

4
eventhub/src/EventHub.Web/appsettings.json

@ -4,14 +4,14 @@
},
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44359/"
"BaseUrl": "https://localhost:44362/"
}
},
"Redis": {
"Configuration": "127.0.0.1"
},
"AuthServer": {
"Authority": "https://localhost:44323",
"Authority": "https://localhost:44313",
"RequireHttpsMetadata": "true",
"ClientId": "EventHub_Web",
"ClientSecret": "1q2w3e*"

Loading…
Cancel
Save