blob: c6d382c17e304af72d6bc35fa2f648c66f0934e9 [file] [log] [blame]
Dan Timoney470fa2b2017-10-12 09:18:24 -04001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Configuration
5=============
6
7.. note::
8 * This section is used to describe the options a software component offers for configuration.
9
10 * Configuration is typically: provided for platform-component and sdk projects;
11 and referenced in developer and user guides.
12
13 * This note must be removed after content has been added.
14
15
16
17Example ...
18
19You can provide the following in ``basic.conf``
20
21``host=ADDRESS``
22 The address of the host
23
24``port=PORT``
25 The port used for signaling
26
27 Optional. Default: ``8080``