This commit is contained in:
2022-01-23 20:31:22 +00:00
parent 55361b04bc
commit 9bcf2b2799
3 changed files with 3 additions and 2 deletions

View File

@@ -607,6 +607,7 @@ namespace AyaNova
AyaNova.Core.License.FetchKeyAsync(apiServerState, dbContext, _newLog, true, true).Wait();
var seed = new Util.Seeder();
seed.SeedDatabaseAsync(Seeder.Level.StringToSeedLevel(ServerBootConfig.AYANOVA_SERVER_TEST_MODE_SEEDLEVEL), ServerBootConfig.AYANOVA_SERVER_TEST_MODE_TZ_OFFSET).Wait();
// _newLog.LogInformation("Seeding completed");
}
#endif