Skip to content

Commit

Permalink
Fix formatting issue in the configuration doc (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
multani authored and amol- committed Aug 23, 2019
1 parent 4a2cb74 commit 0eb4bb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions beaker/docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ webtest_varname (**optional**, string)
the environ for use with WebTest. The name provided here is where the
session object will be attached to the WebTest TestApp return value.

url (**optional**, string) URL is specific to use of either ``ext:memcached``,
``ext:database``, ``ext:mongodb``, or ``ext:redis``. When using one of those
types, this option is **required**.
url (**optional**, string)
URL is specific to use of either ``ext:memcached``, ``ext:database``,
``ext:mongodb``, or ``ext:redis``. When using one of those types, this
option is **required**.

When used with ``ext:memcached``, this should be either a single, or
semi-colon separated list of memcached servers::
Expand Down

0 comments on commit 0eb4bb6

Please sign in to comment.