view conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf @ 15:6bc5df5d2da4 default tip

New configuration for Redirect tests
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 22 Feb 2011 14:54:59 +0900
parents 9cd6c787c9d4
children
line wrap: on
line source

# Limit number of streams to avoid flooding the logs.
SCTP_streams = 3;

TLS_Cred = "/root/ca_data/cert.pem" , "/root/ca_data/privkey.pem";
TLS_CA = "/root/ca_data/ca.pem";
# In the simplest testbed we don't need relay capability
NoRelay;

# Monitor the state of the application easily
LoadExtension = "/root/freeDiameter/extensions/dbg_monitor.fdx";
# The application we are running.
LoadExtension = "/root/freeDiameter/extensions/test_app.fdx" 
		: "/root/conf/freeDiameter/test_app.conf";
# Connect only to the client.
ConnectPeer = "cli.simple.testbed.aaa" ;

"Welcome to our mercurial repository"