Skip to content

Commit b624eb0

Browse files
committed
Reformat documented code example
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 8a7e663 commit b624eb0

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

docs/howto/config.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,18 +193,21 @@ For example::
193193

194194
"metadata" : {
195195
"local": [
196-
"metadata.xml", "vo_metadata.xml"
197-
],
196+
"metadata.xml",
197+
"vo_metadata.xml",
198+
],
198199
"remote": [
199200
{
200-
"url":"https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2",
201-
"cert":"kalmar2.cert"
202-
}],
201+
"url": "https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2",
202+
"cert": "kalmar2.cert",
203+
},
204+
],
203205
"mdq": [
204206
{
205-
"url":"http://mdq.ukfederation.org.uk/",
206-
"cert":"ukfederation-mdq.pem"
207-
}],
207+
"url": "http://mdq.ukfederation.org.uk/",
208+
"cert": "ukfederation-mdq.pem",
209+
},
210+
],
208211
},
209212

210213
The above configuration means that the service should read two aggregate local

0 commit comments

Comments
 (0)