Skip to content

Commit 2a8139c

Browse files
Merge pull request #4961 from dfe-analytical-services/EES-XXXX-fix-data-file-property-name
EES-XXXX - fix out of date app setting path
2 parents ab4c6c3 + 3a73dd6 commit 2a8139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/templates/public-api/main.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ module apiContainerAppModule 'components/containerApp.bicep' = if (deployContain
298298
value: 'true'
299299
}
300300
{
301-
name: 'ParquetFiles__BasePath'
301+
name: 'DataFiles__BasePath'
302302
value: dataFilesFileShareMountPath
303303
}
304304
{

0 commit comments

Comments
 (0)