-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aligns Azure Service Catalog feature env var name with sam.conf (#1515)
Co-authored-by: aaronegrant <[email protected]>
- Loading branch information
1 parent
692d12b
commit 6d5f44d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ export ADMIN_SERVICE_ACCOUNT_4="src/main/resources/rendered/admin-service-accoun | |
export ADMIN_SERVICE_ACCOUNT_5="src/main/resources/rendered/admin-service-account-5.json" | ||
export SERVICE_ACCOUNT_ADMINS="[email protected], [email protected]" | ||
export AZURE_ENABLED="false" | ||
export AZURE_SERVICE_CATALOG_APPS_ENABLED="false" | ||
export AZURE_SERVICE_CATALOG_ENABLED="false" | ||
export AZURE_MANAGED_APP_WORKLOAD_CLIENT_ID="661e243c-5ef9-4a9c-9be3-b7f5585828b3" | ||
export EMAIL_DOMAIN="dev.test.firecloud.org" | ||
export ENVIRONMENT="dev" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters