@@ -17,8 +17,8 @@ This is a small demo project to quickly setup a mix of containerized micro-servi
17
17
The project consists of
18
18
19
19
- An API Gateway, written in .NET Core, exposes port ` 8080 `
20
- - A Radom Number Generator Service, written in .NET Core, exposes port ` 8080 `
21
- - A Web Frontend, written in Angular, exposes port ` 8080 `
20
+ - A Radom Number Generator Service, written in .NET Core, exposes port ` 8090 `
21
+ - A Web Frontend, written in Angular, exposes port ` 5000 `
22
22
23
23
## Make it run
24
24
@@ -40,21 +40,21 @@ You need to set some environment variables to configure the services and their d
40
40
41
41
- ` ApiKey=test123 ` _ Optional: The key, that the API allows for authorization_
42
42
- ` RedisCacheConnectionString=... ` _ Optional: The connection string for a Redis Cache to sync SignalR Hubs_
43
- - ` ApplicationInsightsConnectionString=... ` _ Optional: The Azure Application Insights Instrumentation Key _
43
+ - ` ApplicationInsightsConnectionString=... ` _ Optional: The Azure Application Insights Connection String _
44
44
- ` Cors ` _ Optional: The domain of your web app to add to the CORS_
45
45
- ` RandomApiUrl ` _ The URL to connect to the Random Service_
46
46
47
47
` MicroCommunication.Random ` :
48
48
49
49
- ` MongoDbConnectionString=mongo://... ` _ Optional: The connection string for a Mongo DB to store the history in_
50
- - ` ApplicationInsightsConnectionString=... ` _ Optional: The Azure Application Insights Instrumentation Key _
50
+ - ` ApplicationInsightsConnectionString=... ` _ Optional: The Azure Application Insights Connection String _
51
51
- ` Cors ` _ Optional: The domain of your web app to add to the CORS_
52
52
53
53
` MicroCommunication.Web ` :
54
54
55
55
- ` API_URL=http://localhost:8080 ` _ Where to find the API_
56
56
- ` API_KEY=test123 ` _ Which key to use when calling the API_
57
- - ` APPLICATION_INSIGHTS_INSTRUMENTATION_KEY =...` _ Optional: The Azure Application Insights Instrumentation Key _
57
+ - ` APPLICATION_INSIGHTS_CONNECTION_STRING =...` _ Optional: The Azure Application Insights Connection String _
58
58
59
59
## Deploy
60
60
0 commit comments