From 92e4987588d51afe47219a00ccdf220938f5e9c1 Mon Sep 17 00:00:00 2001 From: wzp Date: Tue, 24 Dec 2024 19:28:40 +0800 Subject: [PATCH] docs: change the configuration item style to lowercase --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9e90715..2ac1473 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,5 @@ spring.application.name=club springdoc.swagger-ui.path=/docs -mmga.auth.keySave=DISK +mmga.auth.keySave=disk +mmga.env=dev mmga.auth.keySaveFilename=key.pem \ No newline at end of file