Fixed unknown properties
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
{
|
{
|
||||||
"name": "jwt",
|
"name": "jwt",
|
||||||
"description": "Properties for JWT management"
|
"description": "Properties for JWT management"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "email",
|
||||||
|
"description": "Properties for email management"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [
|
"properties": [
|
||||||
@@ -23,6 +27,27 @@
|
|||||||
"type": "java.time.Duration",
|
"type": "java.time.Duration",
|
||||||
"description": "The duration for which the refresh token is valid",
|
"description": "The duration for which the refresh token is valid",
|
||||||
"defaultValue": "30d"
|
"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": [
|
"hints": [
|
||||||
|
|||||||
Reference in New Issue
Block a user