Skip to content

Commit

Permalink
update config sample and tre version
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Jun 28, 2024
1 parent 4d2334b commit 133b68d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"DOCKER_GROUP_ID": "${localEnv:DOCKER_GROUP_ID}",
"INTERACTIVE": "true",
"OSS_REPO": "microsoft/AzureTRE",
"OSS_VERSION": "v0.17.0"
"OSS_VERSION": "v0.18.0"
}
},
"runArgs": [
Expand Down
20 changes: 13 additions & 7 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ tre:
enable_swagger: true
enable_airlock_malware_scanning: false

# Set to true if want to ensure users have an email address before airlock request is created
# Used if rely on email notifications for governance purposes
# enable_airlock_email_check: true

# TODO: move to RP default with https://github.com/microsoft/AzureTRE/issues/2948
workspace_app_service_plan_sku: P1v2
# The TRE Web UI is deployed by default.
Expand All @@ -41,6 +45,7 @@ tre:
# If you want to use TRE_URL to point to your local TRE API instance or be configured to another cloud provider
# uncomment and set this variable
# tre_url: __CHANGE_ME__
firewall_sku: Standard

authentication:
aad_tenant_id: __CHANGE_ME__
Expand All @@ -67,12 +72,13 @@ resource_processor:
developer_settings:
# Locks will not be added to stateful resources so they can be easily removed
# stateful_resources_locked: false
# TRE Core Key Vault purge protection will be disabled so it can be reused upon deletion
# kv_purge_protection_enabled: false

# This setting will enable your local machine to be able to
# communicate with Service Bus and Cosmos. It will also allow deploying
# the base workspace.
# enable_local_debugging: true

# This setting will enable your local machine to be able to
# communicate with Service Bus and Cosmos. It will also allow deploying
# the base workspace.
# enable_local_debugging: true

# Used by the API and Resource processor application to change log level
# debug: true
# Used by the API and Resource processor application to change log level
# debug: true

0 comments on commit 133b68d

Please sign in to comment.