Skip to content

Commit

Permalink
use app.Environment.Isdevelopment to judge current env
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Feb 20, 2023
1 parent a7b4199 commit bd9b618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ module web './core/host/appservice.bicep' = {
AZURE_SQL_CATALOG_CONNECTION_STRING_KEY: 'AZURE-SQL-CATALOG-CONNECTION-STRING'
AZURE_SQL_IDENTITY_CONNECTION_STRING_KEY: 'AZURE-SQL-IDENTITY-CONNECTION-STRING'
AZURE_KEY_VAULT_ENDPOINT: keyVault.outputs.endpoint
Environment: 'Prod'
}
}
}
Expand Down

0 comments on commit bd9b618

Please sign in to comment.