Browse Source

Updated SQL host name

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
5a10ce4fa4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/aro/infrastructure/azure-pipelines.yml

+ 1
- 1
deploy/aro/infrastructure/azure-pipelines.yml View File

@ -19,7 +19,7 @@ stages:
- job: Infrastructure_Deployment
displayName: 'Infrastructure Deployment'
variables:
SqlHostName: mssql-server-linux.$(OpenShiftProject).svc
SqlHostName: mssql-server.$(OpenShiftProject).svc
CatalogDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=$(SqlUsername);Password=$(SqlPassword)
IdentityDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=$(SqlUsername);Password=$(SqlPassword)
MarketingDbConnection: Server=$(SqlHostName);Database=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=$(SqlUsername);Password=$(SqlPassword)


Loading…
Cancel
Save