This commit is contained in:
@@ -37,7 +37,7 @@ namespace Sockeye
|
||||
_hostingEnvironment = hostingEnvironment;
|
||||
Sockeye.Util.ApplicationLogging.LoggerProvider = nlogLoggerProvider;
|
||||
ServerBootConfig.SOCKEYE_CONTENT_ROOT_PATH = hostingEnvironment.ContentRootPath;
|
||||
|
||||
|
||||
}
|
||||
|
||||
private readonly ILogger _newLog;
|
||||
@@ -246,7 +246,7 @@ namespace Sockeye
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
services.AddSwaggerGenNewtonsoftSupport();
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -635,7 +635,7 @@ namespace Sockeye
|
||||
ServerBootConfig.BOOT_DIAGNOSTIC_INFO.Add("DB Schema version", Sockeye.Util.AySchema.currentSchema.ToString());
|
||||
|
||||
|
||||
|
||||
|
||||
//Check for SuperUser password override
|
||||
if (!string.IsNullOrWhiteSpace(ServerBootConfig.SOCKEYE_SET_SUPERUSER_PW))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user