Skip to content

Commit 228befd

Browse files
authored
feat(templates): update S3's root password setting name to reflect resource name change #11520 (#11531)
1 parent fea488e commit 228befd

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)