|
|
@ -3,7 +3,7 @@ |
|
|
|
"CorsOrigins": "https://*.Wms.com" |
|
|
|
}, |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=Wms;Trusted_Connection=True;TrustServerCertificate=True" |
|
|
|
"Default": "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_Main;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" |
|
|
|
}, |
|
|
|
"Redis": { |
|
|
|
"Configuration": "127.0.0.1" |
|
|
@ -17,4 +17,4 @@ |
|
|
|
"DefaultPassPhrase": "4jjXQgqwh6PRrjn4" |
|
|
|
} |
|
|
|
} |
|
|
|
Scaffold-DbContext "Server=dev.ccwin-in.com,13319;Database=WMS_DongYang_Faster_AuthSiteCenter;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models |
|
|
|
|
|
|
|