Reputation: 1
<protocol>http</protocol>
<domain>domainURL</domain>
<port>80</port>
I am using MFP 8.0
, and is there way to pass domain, protocol, port details from external property file to adapter.xml
just like MFP.server.getPropertyValue("property name")
Upvotes: 0
Views: 33
Reputation: 51
For adapter, you can pass custom properties by defining a configuration file. For more details on how to do that, please check: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/adapters/java-adapters/#custom-properties
Upvotes: 0