Browse Source

Debug message to STDOUT

master
Daniel Gyulai 4 years ago
parent
commit
ecb8d7b89a
  1. 1
      CoviDok/Startup.cs

1
CoviDok/Startup.cs

@ -37,6 +37,7 @@ namespace CoviDok
AccessKey = _configuration["MinioSettings:AccessKey"],
SecretKey = _configuration["MinioSettings:SecretKey"]
};
Console.WriteLine("Minio host is" + MinioProvider._settings.HostName);
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

Loading…
Cancel
Save