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