This commit is contained in:
2022-12-25 01:48:06 +00:00
parent 6906ae57d4
commit 560e64db85
9 changed files with 760 additions and 21 deletions

View File

@@ -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))
{