diff --git a/source/import_documentation/build-existing-app.rst b/source/import_documentation/build-existing-app.rst index 79a78f8e7fde4735bf6a377bb960f634e1db165b..a23617bf4c5f45caace3e626b460af67a6d562eb 100644 --- a/source/import_documentation/build-existing-app.rst +++ b/source/import_documentation/build-existing-app.rst @@ -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: