From 6b84fc798db38251aba067bf37c901f81adec436 Mon Sep 17 00:00:00 2001 From: ruhan Date: Mon, 8 Apr 2024 14:44:02 +0800 Subject: [PATCH] Revert default storage as nfs --- src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 641ee06..1100f70 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -70,9 +70,9 @@ storage: baseDir: "/tmp" readonly: false removableFilesystemPattern: ".+:(remote|group):.+" - type: s3 - bucket: - name: test + #type: s3 + #bucket: + # name: test "%dev": quarkus: