diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-06-07 15:43:03 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-06-07 15:59:49 -0400 |
commit | 05585a1df490fb548f43cff120410c253745cf9a (patch) | |
tree | 312823654c1336032726a896e646328fd0c45df5 /docs/configuration.rst | |
parent | 03ade18ac83ab02ee1ce0d6d43725b96513b4577 (diff) |
Document Updates and Bug Fixes
Added latest Bug Fix
Change-Id: I6e40e50a3e077c81f8098582b718bc60e39f8253
Issue-ID: MUSIC-76
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 085f9c66..609b33e0 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -4,24 +4,25 @@ Configuration ============= -.. note:: - * This section is used to describe the options a software component offers for configuration. +See the following pages for Configuration Information: - * Configuration is typically: provided for platform-component and sdk projects; - and referenced in developer and user guides. - - * This note must be removed after content has been added. +.. toctree:: + :maxdepth: 1 + Single-Site Install <single> + Muili-Site Install <multi> + Authentication <authentication> -Example ... -You can provide the following in ``basic.conf`` +.. Example ... -``host=ADDRESS`` - The address of the host +.. You can provide the following in ``basic.conf`` -``port=PORT`` - The port used for signaling +.. ``host=ADDRESS`` +.. The address of the host - Optional. Default: ``8080`` +.. ``port=PORT`` +.. The port used for signaling + +.. Optional. Default: ``8080`` |