-
Notifications
You must be signed in to change notification settings - Fork 0
/
projectSettings.json
32 lines (32 loc) · 963 Bytes
/
projectSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.Hosting": "Information",
"Microsoft": "Warning",
"System": "Warning",
"HealthChecks": "Warning",
"OpenIddict": "Warning"
}
},
"Urls": {
"View": "https://microshop-view:81/",
"Admin": "http://microshop-admin:80/",
"AdminLocalSpa": "http://localhost:4200/",
"Apigateway": "https://apigateway:81/",
"Identity": "https://identity-api:81/",
"Catalog": "https://catalog-api:81/",
"Cart": "https://cart-api:81/",
"Orders": "https://orders-api:81/",
"OrdersSignalR": "https://orders-signalr:81/",
"Payments": "https://payments-api:81/",
"Grpc": {
"View": "https://microshop-view:82/",
"Apigateway": "https://apigateway:82/",
"Identity": "https://identity-api:82/",
"Catalog": "https://catalog-api:82/",
"Cart": "https://cart-api:82/",
"Orders": "https://orders-api:82/"
}
}
}