Skip to content

Commit 6bd3ee8

Browse files
committed
change root password parameter name to reflect resource name change (#11520)
1 parent e18d8df commit 6bd3ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.AppHost/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"mysqlserver__Comment": "The username is `root` by default",
1818
//#endif
1919
//#if (filesStorage == "S3")
20-
"minio-rootPassword": "P@ssw0rd",
21-
"minio__Comment": "The username is `minioadmin` by default",
20+
"s3-rootPassword": "P@ssw0rd",
21+
"s3__Comment": "The username is `minioadmin` by default",
2222
//#endif
2323
"Comment": "You might need to delete the docker volumes to apply changes to the passwords"
2424
}

0 commit comments

Comments
 (0)