Browse Source

use sql server from Helm chart

main
Nicolas Massé 3 years ago
parent
commit
3b1c472b24
  1. 4
      src/PublicApi/appsettings.json
  2. 4
      src/Web/appsettings.json

4
src/PublicApi/appsettings.json

@ -4,8 +4,8 @@
"webBase": "https://localhost:5001/" "webBase": "https://localhost:5001/"
}, },
"ConnectionStrings": { "ConnectionStrings": {
"CatalogConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;", "CatalogConnection": "Server=sql-server,1433;Integrated Security=False;Initial Catalog=eShop;User Id=eShop;Password=R3dH4t1!;Trusted_Connection=false;Encrypt=false",
"IdentityConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.Identity;" "IdentityConnection": "Server=sql-server,1433;Integrated Security=False;Initial Catalog=eShop;User Id=eShop;Password=R3dH4t1!;Trusted_Connection=false;Encrypt=false"
}, },
"CatalogBaseUrl": "", "CatalogBaseUrl": "",
"Logging": { "Logging": {

4
src/Web/appsettings.json

@ -4,8 +4,8 @@
"webBase": "https://localhost:44315/" "webBase": "https://localhost:44315/"
}, },
"ConnectionStrings": { "ConnectionStrings": {
"CatalogConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;", "CatalogConnection": "Server=sql-server,1433;Integrated Security=False;Initial Catalog=eShop;User Id=eShop;Password=R3dH4t1!;Trusted_Connection=false;Encrypt=false",
"IdentityConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.Identity;" "IdentityConnection": "Server=sql-server,1433;Integrated Security=False;Initial Catalog=eShop;User Id=eShop;Password=R3dH4t1!;Trusted_Connection=false;Encrypt=false"
}, },
"CatalogBaseUrl": "", "CatalogBaseUrl": "",
"Logging": { "Logging": {

Loading…
Cancel
Save