diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-13 03:19:19 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-13 07:39:09 +0000 |
commit | 5baea4608e685f67e9dec77cfee57cacb73662dd (patch) | |
tree | 3f6349e6ef9a6c0eb487a721087d0644dafd73d8 /docs/templates/platform-component/configuration.rst | |
parent | a7f9e351a97b5b5b89e4e1eccd201a3e15e8f385 (diff) |
Enhancement and additions for webinar
Add templates, revise master index, guides, and release document
Improve project integration instructions based on 5 project
integrations.
Change-Id: I2a3e62737f3c126b7f5fb7cc4f53b35dba4f1d8f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/templates/platform-component/configuration.rst')
-rw-r--r-- | docs/templates/platform-component/configuration.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/templates/platform-component/configuration.rst b/docs/templates/platform-component/configuration.rst new file mode 100644 index 000000000..c0c969f85 --- /dev/null +++ b/docs/templates/platform-component/configuration.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Configuration +------------- +Describe configurations how to provide parameters and value + +Basic Setup ++++++++++++ + +You can provide the following in ``basic.conf`` + +``host=ADDRESS`` + The address of the host + +``port=PORT`` + The port used for signaling + + Optional. Default: ``8080`` |