###################################################### ###################################################### ##### ##### ##### Metadata connection ##### ##### ##### ###################################################### ###################################################### ma.metadata.context=[[METADATA BASE URL]] ma.metadata.username=[[METADATA TECHNICAL USER NAME]] ma.metadata.password=[[METADATA TECHNICAL USER PASSWORD MAY BE ENCRYPTED]] ma.metadata.public-key=[[METADATA TECHNICAL USER JWT]] ma.metadata.label=[[LABEL FOR THIS AGENT]] #### #### Uncomment this line if you want to use encryption for agent passwords. #### In this case, you will have to encrypt password using TIBCO Metadata Agent Tools #### Read the documentation for more information #### #ma.metadata.useEncryption=true ###################################################### ###################################################### ##### ##### ##### Agent properties ##### ##### ##### ###################################################### ###################################################### ma.http.port=[[AGENT PORT]] ma.http.ws-url=[[AGENT CONTEXT URL]] ###################################################### ###################################################### ##### ##### ##### Agent log properties ##### ##### ##### ###################################################### ###################################################### #Folder where the logs will be stored ma.logging.path=./logs #Log level for technical logs (Spring framework, external libraries). ma.logging.level.root=INFO #Log level for the Agent's functional logs. ma.logging.level.agent=INFO #Log level for the SOAP messages. Set to TRACE to see full request body. ma.logging.level.soap.sent=INFO #Log level for the SOAP messages. Set to TRACE to see full response body. ma.logging.level.soap.received=INFO ###################################################### ###################################################### ##### ##### ##### Agent proxy properties ##### ##### ##### ###################################################### ###################################################### #### #### Uncomment this line if you want to use a proxy configuration for the agent #### #ma.proxy.useProxy=true ma.proxy.proxyHost=[[PROXY HOST]] ma.proxy.proxyPort=[[PROXY PORT]] ma.proxy.proxyAuthentication=[[PROXY AUTHENTICATION ?]] ma.proxy.proxyUsername=[[PROXY USERNAME]] ma.proxy.proxyPassword=[[PROXY PASSWORD]] ###################################################### ###################################################### ##### ##### ##### Agent Adapter properties ##### ##### ##### ###################################################### ###################################################### #Comma-separated list of packages to scan for adapters classes agent-adapter.base.package=com.tibco.ca.tabula.agent.tdv #Comma separated list of profiles (corresponding to adapter technical names) agent-adapter.active-profiles=tdv