appsettings.json 543 B

12345678
  1. {
  2. "ConnectionStrings": {
  3. "SqlServerDataContext": "Server=192.168.0.66;Database=ChiwanTugboatMIS20251107;User ID=sa;Password=Bowin2023!;MultipleActiveResultSets=true;",
  4. "SqlServerCommonDataContext": "Server=192.168.0.66;Database=TugboatMISCommon;User ID=sa;Password=Bowin2023!;MultipleActiveResultSets=true;",
  5. "MySqlTugboatCommon": "Server=192.168.0.77;Port=3306;Database=TugboatCommon;Uid=root;Pwd=bowin@2023;",
  6. "MySqlLiandaTugboatMIS": "Server=192.168.0.77;Port=3306;Database=LiandaTugboatMIS;Uid=root;Pwd=bowin@2023;"
  7. }
  8. }