This commit is contained in:
@@ -34,7 +34,7 @@ namespace AyaNova
|
||||
{
|
||||
var nlogLoggerProvider = new NLogLoggerProvider();
|
||||
_newLog = nlogLoggerProvider.CreateLogger("SERVER");
|
||||
_hostingEnvironment = hostingEnvironment;
|
||||
_hostingEnvironment = hostingEnvironment;
|
||||
AyaNova.Util.ApplicationLogging.LoggerProvider = nlogLoggerProvider;
|
||||
ServerBootConfig.AYANOVA_CONTENT_ROOT_PATH = hostingEnvironment.ContentRootPath;
|
||||
}
|
||||
@@ -43,6 +43,8 @@ namespace AyaNova
|
||||
private string _connectionString = "";
|
||||
private readonly Microsoft.AspNetCore.Hosting.IWebHostEnvironment _hostingEnvironment;
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user