mirror of https://github.com/apache/nifi.git
NIFI-13407 Set Defaults for MiNiFi Runtime Type and Manifest ID
This closes #8970 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
a039bc2b76
commit
cbe52a3763
|
@ -81,8 +81,8 @@ public enum MiNiFiProperties {
|
|||
C2_KEEP_ALIVE_DURATION("c2.rest.keepAliveDuration", "5 min", false, true, TIME_PERIOD_VALIDATOR),
|
||||
C2_REST_HTTP_HEADERS("c2.rest.http.headers", "Accept:application/json", false, true, VALID),
|
||||
C2_CONFIG_DIRECTORY("c2.config.directory", "./conf", false, true, VALID),
|
||||
C2_RUNTIME_MANIFEST_IDENTIFIER("c2.runtime.manifest.identifier", "", false, true, VALID),
|
||||
C2_RUNTIME_TYPE("c2.runtime.type", "", false, true, VALID),
|
||||
C2_RUNTIME_MANIFEST_IDENTIFIER("c2.runtime.manifest.identifier", "minifi", false, true, VALID),
|
||||
C2_RUNTIME_TYPE("c2.runtime.type", "minifi-java", false, true, VALID),
|
||||
C2_ASSET_DIRECTORY("c2.asset.directory", "./asset", false, true, VALID),
|
||||
C2_SECURITY_TRUSTSTORE_LOCATION("c2.security.truststore.location", "", false, false, VALID),
|
||||
C2_SECURITY_TRUSTSTORE_PASSWORD("c2.security.truststore.password", "", true, false, VALID),
|
||||
|
|
Loading…
Reference in New Issue