Added gRPC and HTTP endpoints via config
This commit is contained in:
parent
d0c710ebdc
commit
69b28c6add
@ -5,6 +5,17 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5221"
|
||||
},
|
||||
"gRPC": {
|
||||
"Url": "http://localhost:6221",
|
||||
"Protocols": "Http2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpenApi": {
|
||||
"Endpoint": {
|
||||
"Name": "Basket.API V1"
|
||||
|
@ -5,6 +5,17 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5222"
|
||||
},
|
||||
"gRPC": {
|
||||
"Url": "http://localhost:6222",
|
||||
"Protocols": "Http2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpenApi": {
|
||||
"Endpoint": {
|
||||
"Name": "Catalog.API V1"
|
||||
|
@ -6,6 +6,17 @@
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5224"
|
||||
},
|
||||
"gRPC": {
|
||||
"Url": "http://localhost:6224",
|
||||
"Protocols": "Http2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpenApi": {
|
||||
"Endpoint": {
|
||||
"Name": "Ordering.API V1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user