From 60aa0bcb7e395753f576070ff271b045dbd73981 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 22 Mar 2025 23:53:39 -0400 Subject: [PATCH] Fixed unknown properties --- ...itional-spring-configuration-metadata.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 42711b2..6920e86 100644 --- a/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -3,6 +3,10 @@ { "name": "jwt", "description": "Properties for JWT management" + }, + { + "name": "email", + "description": "Properties for email management" } ], "properties": [ @@ -23,6 +27,27 @@ "type": "java.time.Duration", "description": "The duration for which the refresh token is valid", "defaultValue": "30d" + }, + { + "name": "upload-file-directory", + "type": "java.lang.String", + "description": "The directory where uploaded icons are stored", + "defaultValue": "temp/raidBuilderIcons" + }, + { + "name": "email.username", + "type": "java.lang.String", + "description": "The username for the email account sending emails" + }, + { + "name": "email.password", + "type": "java.lang.String", + "description": "The password for the email account sending emails" + }, + { + "name": "email.from", + "type": "jakarta.mail.internet.InternetAddress", + "description": "The from address that appears in the email" } ], "hints": [