Changes between Version 4 and Version 5 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:02:48 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v4 v5 38 38 }}} 39 39 40 The !PingPong sample uses the following to read the {{{endpoint}}} and {{{bootstrap.hints}}} from the configuration file: 41 {{{ 42 if (config.exists("ariba.endpoints")) 43 ariba->setProperty("endpoints", config.read<string>("ariba.endpoints")); 44 if (config.exists("ariba.bootstrap.hints")) 45 ariba->setProperty("bootstrap.hints", config.read<string>("ariba.bootstrap.hints")); 46 }}} 40 47 41 48 == Endpoint format ==