Fixed unknown properties

This commit is contained in:
2025-03-22 23:53:39 -04:00
parent 01fca599ac
commit 60aa0bcb7e

View File

@@ -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": [