diff options
| author | Kasra Bigdeli <[email protected]> | 2019-01-15 23:42:16 -0800 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-01-15 23:42:16 -0800 |
| commit | 0e120c292e6e8e356f5bfcfc6a38b799ebcc6414 (patch) | |
| tree | cf84e63e827cf4d2eca794c5b3d398b30f598c72 | |
| parent | 23a6ea2939140a9bce10480e2261ed94b337674e (diff) | |
| download | caprover-one-click-apps-0e120c292e6e8e356f5bfcfc6a38b799ebcc6414.tar.gz caprover-one-click-apps-0e120c292e6e8e356f5bfcfc6a38b799ebcc6414.zip | |
Fixed minio
| -rw-r--r-- | public/v1/apps/minio.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v1/apps/minio.json b/public/v1/apps/minio.json index 157f7cd..3e38ecc 100644 --- a/public/v1/apps/minio.json +++ b/public/v1/apps/minio.json @@ -40,14 +40,14 @@ { "id": "$$cap_access_key", "label": "Minio Access Key", - "defaultValue": "latest", + "defaultValue": "", "description": "Username to access minio server", "validRegex": "/.{5,}/" }, { "id": "$$cap_secret_key", "label": "Minio Secret Key", - "defaultValue": "latest", + "defaultValue": "", "description": "Password to access minio server", "validRegex": "/.{8,}/" }] |
