diff --git a/src/config.sample.json b/src/config.sample.json index 743f6eb48a34df828c4988752bcd96b1f4c6c7c7..a2798122f095ba17fbfa81e090725de64558ea7a 100644 --- a/src/config.sample.json +++ b/src/config.sample.json @@ -3,20 +3,44 @@ "sdn": "http://127.0.0.1:8000", "cdn": "https://cdn.happy-dev.fr", "xmpp": "https://jabber.happy-dev.fr/http-bind/", - "client_id": "833925" + "client_id": "833925", + "endpoints": { + "resources": "http://127.0.0.1:8000/resources/", + "fields": "http://127.0.0.1:8000/fields/", + "formats": "http://127.0.0.1:8000/formats/", + "types": "http://127.0.0.1:8000/types/", + "languages": "http://127.0.0.1:8000/languages/", + "steps": "http://127.0.0.1:8000/steps/" + }, }, "staging": { "sdn": "http://test-paris.happy-dev.fr", "cdn": "https://cdn.happy-dev.fr", "xmpp": "https://jabber.happy-dev.fr/http-bind/", - "client_id": "833925" + "client_id": "833925", + "endpoints": { + "resources": "http://127.0.0.1:8000/resources/", + "fields": "http://127.0.0.1:8000/fields/", + "formats": "http://127.0.0.1:8000/formats/", + "types": "http://127.0.0.1:8000/types/", + "languages": "http://127.0.0.1:8000/languages/", + "steps": "http://127.0.0.1:8000/steps/" + }, }, "prod": { "sdn": "https://api.alpha.happy-dev.fr", "cdn": "https://cdn.happy-dev.fr", "xmpp": "https://jabber.happy-dev.fr/http-bind/", - "client_id": "833925" + "client_id": "833925", + "endpoints": { + "resources": "http://127.0.0.1:8000/resources/", + "fields": "http://127.0.0.1:8000/fields/", + "formats": "http://127.0.0.1:8000/formats/", + "types": "http://127.0.0.1:8000/types/", + "languages": "http://127.0.0.1:8000/languages/", + "steps": "http://127.0.0.1:8000/steps/" + }, } }