changeset 41:a65c6978d78c

Improved comments in the sample configuration file, on Martin's recommendations
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 27 Jun 2008 15:51:28 +0900
parents 4958ee89c48e
children 101cdc597369
files doc/waaad.conf.sample
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/waaad.conf.sample	Fri Jun 27 15:28:20 2008 +0900
+++ b/doc/waaad.conf.sample	Fri Jun 27 15:51:28 2008 +0900
@@ -1,7 +1,8 @@
 # This is a sample configuration file for waaad
 
 # This file is divided in sections.
-# The [general] and [extensions] sections are mandatory at the beginning of the file.
+# The [general] and [extensions] sections are mandatory, 
+#  and must appear at the beginning of the file.
 # See bellow for more contextual information.
 
 [general]
@@ -10,15 +11,18 @@
 # Valid values: console, syslog.
 # Multiple values are allowed. Separator is ','. Example:
 ## Log = console, syslog;
+# Default: console
 log = console;
 
 # The Diameter-Id of this peer.
 # This must be a valid FQDN that resolves to the local host.
+# Default: no default
 diameter-id = "test.local";
 
 # The Tc timer of this peer.
 # This is the delay before an attempt is made to reconnect a disconnected peer.
 # The value is expressed in seconds. The recommended value is 30 seconds.
+# Default: 30
 tctimer = 30;
 
 
"Welcome to our mercurial repository"