Login settings
This commit is contained in:
parent
164bd928aa
commit
1a0556695c
37 changed files with 504 additions and 190 deletions
|
|
@ -6,8 +6,8 @@ using Microsoft.Extensions.Hosting;
|
|||
internal class Program
|
||||
{
|
||||
public static IHost? AppHost { get; private set; }
|
||||
public static IConfigurationRoot? AppConfiguration { get; private set; }
|
||||
public static IHostEnvironment? AppEnvironment { get; private set; }
|
||||
public static IConfigurationRoot AppConfiguration { get; private set; }
|
||||
public static IHostEnvironment AppEnvironment { get; private set; }
|
||||
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue