Azdev-ify changes for latest /bicep/core

This commit is contained in:
zedy
2022-11-18 10:23:31 +08:00
parent 04895cc138
commit c783174933

View File

@@ -4,8 +4,8 @@
"webBase": "https://localhost:44315/"
},
"ConnectionStrings": {
"CatalogConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.CatalogDb;",
"IdentityConnection": "Server=(localdb)\\mssqllocaldb;Integrated Security=true;Initial Catalog=Microsoft.eShopOnWeb.Identity;"
"CatalogConnection": "Server=sqlserver-catalog-01.database.windows.net; Database=Todo; User=appUser; Password=fACZr419yzJ19tA",
"IdentityConnection": "Server=sqlserver-identity-01.database.windows.net; Database=Todo; User=appUser; Password=fACZr419yzJ19tA"
},
"CatalogBaseUrl": "",
"Logging": {