♻️ Still don't know what I am doing. But basically the microservices are done.
This commit is contained in:
@@ -84,8 +84,8 @@ public static class ServiceCollectionExtensions
|
||||
options.SwaggerDoc("v1", new OpenApiInfo
|
||||
{
|
||||
Version = "v1",
|
||||
Title = "Solar Network API",
|
||||
Description = "An open-source social network",
|
||||
Title = "Dyson Pusher",
|
||||
Description = "The pusher service of the Dyson Network. Mainly handling emailing, notifications and websockets.",
|
||||
TermsOfService = new Uri("https://solsynth.dev/terms"),
|
||||
License = new OpenApiLicense
|
||||
{
|
||||
|
@@ -36,7 +36,7 @@
|
||||
],
|
||||
"Service": {
|
||||
"Name": "DysonNetwork.Pusher",
|
||||
"Url": "http://localhost:5212",
|
||||
"Url": "https://localhost:7259",
|
||||
"ClientCert": "../Certificates/client.crt",
|
||||
"ClientKey": "../Certificates/client.key"
|
||||
},
|
||||
|
Reference in New Issue
Block a user