From bf6bff3af6168e10e2dad2f4514a2a50fed72718 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 12 Feb 2016 11:31:43 +0000 Subject: [PATCH] Add ID to AS guide --- supporting-docs/guides/2015-08-21-application_services.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supporting-docs/guides/2015-08-21-application_services.md b/supporting-docs/guides/2015-08-21-application_services.md index e034e154..7e52fc85 100644 --- a/supporting-docs/guides/2015-08-21-application_services.md +++ b/supporting-docs/guides/2015-08-21-application_services.md @@ -95,6 +95,9 @@ NB: Note the "-" at the start; this indicates a list element. The registration f # registration.yaml + # An ID which is unique across all application services on your homeserver. This should never be changed once set. + id: "something-good" + # this is the base URL of the application service url: "http://localhost:5000"