view conf/serv.simple.testbed.aaa/freeDiameter/freeDiameter.conf @ 2:9cd6c787c9d4

Cleanup up the comments in the files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 18 Jun 2010 10:37:35 +0900
parents 9e5a3c884de6
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"