Murphy 3 éve
szülő
commit
4b317a9dba

+ 1 - 1
MicroServices/Business/Business.EntityFrameworkCore/EntityFrameworkCore/Bang/BussinessBangDbContextOptionsConfigurer.cs

@@ -5,7 +5,7 @@ namespace Business.EntityFrameworkCore
 {
     public static class BussinessBangDbContextOptionsConfigurer
     {
-        public static void Configure(DbContextOptionsBuilder<BusinessDbContext> dbContextOptions, string connectionString)
+        public static void Configure(DbContextOptionsBuilder<BusinessBangDbContext> dbContextOptions, string connectionString)
         {
             /* This is the single point to configure DbContextOptions for MultipleDbContextEfCoreDemoDbContext */
             dbContextOptions.UseMySql(connectionString, MySqlServerVersion.LatestSupportedServerVersion);

+ 1 - 1
MicroServices/Business/Business.Host/appsettings.json

@@ -5,7 +5,7 @@
   "ConnectionStrings": {
     "Default": "Server=123.60.180.165;Database=dopbizTest;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
     "DOPLog": "Server=123.60.180.165;Database=doplog;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
-    "DOPBang": "Server=123.60.180.165;Database=dopextTest;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
+    "DOPBang": "Server=123.60.180.165;Database=dopbang;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
     "DOPExt": "Server=123.60.180.165;Database=dopextTest;Uid=root; Pwd=5heng=uN;Allow User Variables=true",
     "MongoDB": "mongodb://zzydop:h1Q$us3r@123.60.180.165/",
     "DBName": "dopbase"