Skip to content

Commit 418237b

Browse files
committed
fix db name to be consistent
1 parent f4c2688 commit 418237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/web.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module app 'core/host/container-app-upsert.bicep' = {
5454
value: dbserverUser
5555
}
5656
{
57-
name: 'MYSQL_NAME'
57+
name: 'MYSQL_DATABASE'
5858
value: dbserverDatabaseName
5959
}
6060
{

0 commit comments

Comments
 (0)