We need to create this file in the <SFG_Install>/properties folder
Add the below properties in the amf.properties file
NODE_ID = <Node_ID of the SFG node>
DATACENTER_NAME= <Datacenter Name>
STORAGE_ROOT = <Mount point between SFG and AMF servers>
COMM_RETRY_INTERVAL = <.Delivery retry interval value on failure> (Default is 5)
#SFTP Outbound Client adapters for DMZ and Trusted connections
SFTP_CLA_TR = SFTPClientAdapter
SFTP_CLA_DMZ = SFTPClientAdapter
Add Nats URL Details:
NATS_URL=<Host/IP of Nats server> (Ex: http://natshost:4222)
Last updated