summaryrefslogtreecommitdiff
path: root/ACE/tests/Config_Test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Config_Test.ini')
-rw-r--r--ACE/tests/Config_Test.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/tests/Config_Test.ini b/ACE/tests/Config_Test.ini
new file mode 100644
index 00000000000..db3df20979f
--- /dev/null
+++ b/ACE/tests/Config_Test.ini
@@ -0,0 +1,22 @@
+# --------------------------------------------------------------------
+# Example test.ini file for import_config_as_strings of the
+# <ACE_Configuration_Heap> class
+# --------------------------------------------------------------------
+# Use whitespace (tabs and spaces) freely.
+# String to the left of the equal sign can be delimited with double
+# quotes.
+# --------------------------------------------------------------------
+[network]
+ TimeToLive = 100
+ Delay = FALSE
+ DestIPAddress = localhost
+ DestPort = 12670
+ ReconnectInterval = 3
+
+[logger]
+ Heading = "ACE - Adaptive Communication Environment"
+ SeekIndex = 14
+ TraceLevel = 6 # Can comment lines like this
+ Justification = left_justified
+ LogFilePath = log/
+ TransactionFilePath = data/