add new opts to config

This commit is contained in:
2025-08-16 21:13:17 -05:00
parent 7486e71eb6
commit 7f10bede57
+5
View File
@@ -94,6 +94,11 @@
dataPort = 9000; # S3 API access dataPort = 9000; # S3 API access
consolePort = 9001; # Admin console access consolePort = 9001; # Admin console access
bootstrap-minio = {
enable = true;
environments = [ "dev" "prod" ];
};
default-nginx = { default-nginx = {
enable = true; enable = true;
hostname = "imgs.roypository.com"; hostname = "imgs.roypository.com";