Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 081b519

Browse files
update mesh function env vars
1 parent 3ac9a43 commit 081b519

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

infrastructure/tf-core/environments/development.tfvars

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,13 @@ function_apps = {
172172
app_service_plan_key = "Default"
173173
env_vars = {
174174
static = {
175-
MeshSharedKey = "TestKey"
176-
NbssMailboxId = "X26ABC1"
175+
# env_var_name = value
177176
}
178177
from_key_vault = {
179-
# env_var_name = "key_vault_secret_name"
180-
# FLAGSMITH_SERVER_SIDE_ENVIRONMENT_KEY = "flagsmith-server-side-environment-key"
181-
# MeshPassword = "MeshPassword"
178+
# env_var_name = "key_vault_secret_name"
182179
}
183180
local_urls = {
184181
# %s becomes the environment and region prefix (e.g. dev-uks)
185-
# MeshApiBaseUrl = "https://%s-messageexchange.azurewebsites.net"
186182
}
187183
}
188184
}
@@ -194,10 +190,21 @@ function_apps = {
194190
db_connection_string = "DatabaseConnectionString"
195191
env_vars = {
196192
static = {
197-
# env_var_name = value
193+
MeshApiBaseUrl = "https://msg.intspineservices.nhs.uk"
194+
FileDiscoveryTimerExpression = "0 */5 * * * *"
195+
MeshHandshakeTimerExpression = "0 0 0 * * * "
196+
FileRetryTimerExpression = "0 0 * * * *"
197+
FileExtractQueueName = "file-extract"
198+
FileTransformQueueName = "file-transform"
199+
StaleHours = "12"
200+
MeshBlobContainerName = "incoming-mesh-files"
201+
MeshBlobStorageUrl = "https://stsvclyrdevuksmeshstor.blob.core.windows.net"
202+
MeshQueueStorageUrl = "https://stsvclyrdevuksmeshstor.queue.core.windows.net"
198203
}
199204
from_key_vault = {
200-
# env_var_name = "key_vault_secret_name"
205+
MeshPassword = "MeshPassword"
206+
MeshSharedKey = "MeshSharedKey"
207+
NbssMailboxId = "NbssMailboxId"
201208
}
202209
}
203210
}
@@ -245,21 +252,17 @@ storage_accounts = {
245252
fnapp = {
246253
name_suffix = "fnappstor"
247254
account_tier = "Standard"
248-
replication_type = "LRS"
255+
replication_type = "ZRS"
249256
public_network_access_enabled = false
250257
containers = {}
251258
}
252-
# webapp = {
253-
# name_suffix = "webappstor"
254-
# account_tier = "Standard"
255-
# replication_type = "LRS"
256-
# public_network_access_enabled = true
257-
# blob_properties_delete_retention_policy = 7
258-
# blob_properties_versioning_enabled = false
259-
# containers = {
260-
# webapp = {
261-
# container_name = "webapp"
262-
# }
263-
# }
264-
# }
259+
mesh = {
260+
name_suffix = "meshstor"
261+
account_tier = "Standard"
262+
replication_type = "ZRS"
263+
public_network_access_enabled = true
264+
blob_properties_delete_retention_policy = 7
265+
blob_properties_versioning_enabled = false
266+
containers = {}
267+
}
265268
}

0 commit comments

Comments
 (0)