We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2cb74 commit 0eb4bb6Copy full SHA for 0eb4bb6
beaker/docs/configuration.rst
@@ -111,9 +111,10 @@ webtest_varname (**optional**, string)
111
the environ for use with WebTest. The name provided here is where the
112
session object will be attached to the WebTest TestApp return value.
113
114
-url (**optional**, string) URL is specific to use of either ``ext:memcached``,
115
- ``ext:database``, ``ext:mongodb``, or ``ext:redis``. When using one of those
116
- 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
117
+ option is **required**.
118
119
When used with ``ext:memcached``, this should be either a single, or
120
semi-colon separated list of memcached servers::
0 commit comments