Skip to content
Snippets Groups Projects
Commit d7bd448c authored by Fabien Quatravaux's avatar Fabien Quatravaux Committed by Matthieu Fesselier
Browse files

Fix code block formatting

parent 522ab68c
No related branches found
No related tags found
No related merge requests found
......@@ -19,19 +19,19 @@ Get the code of your app (for the example the SIB App):
Create JON file and configure the client to contact the servers:
.. code-block:: json
{
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://api.batman.happy-dev.fr/",
"clientName": "Sib App",
"authorityName": "batman",
"publicDirectory": false,
"endpoints": {
"circles": "https://api.batman.happy-dev.fr/circles/",
"users": "https://api.batman.happy-dev.fr/users/"
},
"analytics": []
}
{
"xmpp": "https://jabber.happy-dev.fr/http-bind/",
"authority": "http://api.batman.happy-dev.fr/",
"clientName": "Sib App",
"authorityName": "batman",
"publicDirectory": false,
"endpoints": {
"circles": "https://api.batman.happy-dev.fr/circles/",
"users": "https://api.batman.happy-dev.fr/users/"
},
"analytics": []
}
The parameters are:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment