Setting fields
You can place "application.properties" on the same level as "DataCatalog.jar" to change various settings.
Set with the format {Key}={Value}.
You can apply the values set in this file by restarting the HULFT DataCatalog service.
server.port
Specify the port number that the HULFT DataCatalog server uses.
The default value is "8080".
hulft.datacatalog.proxy.host
Specify the host name of the proxy server.
hulft.datacatalog.proxy.port
Specify the port number of the proxy server.
hulft.datacatalog.proxy.username
Specify the user name that is used on the proxy server.
hulft.datacatalog.proxy.password
Specify the password that is used on the proxy server.
hulft.datacatalog.api.token.expiration.minutes
Specify the session timeout value for HULFT DataCatalog.
The unit is minute.
The default value is "30".
hulft.datacatalog.login.trial.duration.minute
Specify the amount of time to lock an account after consecutive failed logins.
Set the number of consecutive failed logins with "hulft.datacatalog.login.trial.limit".
The unit is minute.
The default value is "10".
hulft.datacatalog.login.trial.limit
Specify the number of consecutive failed logins before an account is locked.
The default value is "5".
spring.servlet.multipart.max-file-size
Specify the maximum size of the import file.
Specify the setting value as an integer value in the unit of MB (megabyte).
The default value is "100MB".
server.ssl.enabled
Specify whether to enable SSL or not.
Specify true or false.
server.ssl.key-store
Specify the file path of the certificate.
server.ssl.key-store-password
Specify the password for the certificate.
server.ssl.key-store-type
Specify the type of the keystore.
server.ssl.key-alias
Specify the alias name of the key.