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": { "RemoteServices": {
"Default": { "Default": {
"BaseUrl": "https://localhost:44359/" "BaseUrl": "https://localhost:44362/"
} }
}, },
"Redis": { "Redis": {
"Configuration": "127.0.0.1" "Configuration": "127.0.0.1"
}, },
"AuthServer": { "AuthServer": {
"Authority": "https://localhost:44323", "Authority": "https://localhost:44313",
"RequireHttpsMetadata": "true", "RequireHttpsMetadata": "true",
"ClientId": "EventHub_Web", "ClientId": "EventHub_Web",
"ClientSecret": "1q2w3e*" "ClientSecret": "1q2w3e*"

Loading…
Cancel
Save