All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.config.yml Maven / Gradle / Ivy

#----------------------------------------------------------------------------------------------------------------
# Scalable Config file
#
# This file serves as a configuration extension platform. Functions are list below:
#
# [1]   exclusionConfigFileList: this configuration will be used by the light-4j/config module, when reading
#       config files. it allows the listing of files which will be excluded from parameterized values set at
#       the command-line or in a values.yml file
#       Notes:
#       File name included in the list will be excluded
#       If the file is not provided, the config module will safely ignore it
#       Simply list the config file names without extensions(.json, .yaml, .yml)
#----------------------------------------------------------------------------------------------------------------
exclusionConfigFileList:
  - openapi
  - values
  - status

decryptorClass: com.networknt.decrypt.AESDecryptor
#  com.networknt.decrypt.ManualAESDecryptor
#  com.networknt.decrypt.AutoAESDecryptor

# For some configuration files, we have left some properties without default values as there
# would be negative impact on the application security. The following config will ensure that
# null will be used when the default value is empty without stopping the server during the start.
allowDefaultValueEmpty: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy