From 46350c084766789ea59e83f1917c57c81d653048 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Tue, 16 Oct 2018 20:22:35 -0400 Subject: Include Cassandra locking Change-Id: I085acf8336d5f27782ee12768846a5befd3ee60d Issue-ID: MUSIC-148 Signed-off-by: Tschaen, Brendan --- docs/configuration.rst | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'docs/configuration.rst') diff --git a/docs/configuration.rst b/docs/configuration.rst index 279e5bd6..085f9c66 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -4,25 +4,24 @@ Configuration ============= -See the following pages for Configuration Information: +.. note:: + * This section is used to describe the options a software component offers for configuration. -.. toctree:: - :maxdepth: 1 + * 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. - Single-Site Install - Multi-Site Install - Authentication +Example ... -.. Example ... +You can provide the following in ``basic.conf`` -.. You can provide the following in ``basic.conf`` +``host=ADDRESS`` + The address of the host -.. ``host=ADDRESS`` -.. The address of the host +``port=PORT`` + The port used for signaling -.. ``port=PORT`` -.. The port used for signaling - -.. Optional. Default: ``8080`` + Optional. Default: ``8080`` -- cgit 1.2.3-korg