diff --git a/app/views/docs/configuration.phtml b/app/views/docs/configuration.phtml index d9c1817d..786a035f 100644 --- a/app/views/docs/configuration.phtml +++ b/app/views/docs/configuration.phtml @@ -44,14 +44,18 @@
http://[HOSTNAME_OR_IP]/v1/vcs/github/callback
https://[HOSTNAME_OR_IP]/v1/vcs/github/callback
http://[HOSTNAME_OR_IP]/v1/account/sessions/oauth2/callback/github/console
https://[HOSTNAME_OR_IP]/v1/account/sessions/oauth2/callback/github/console
+ Also, check the Request user authentication (OAuth) during installation box. +
+Check the Redirect on update box under the Post installation section. @@ -168,6 +172,32 @@
+_APP_DOMAIN
variable.
+ If you're using a proxy for localhost development, such as ngrok, this will be the domain of your localhost proxy, such as dd65-2405-201-4013-d8d7-b4c5-fb73-39f9-285c.ngrok.io
.
+ [UNIQUE_ID].[_APP_DOMAIN_FUNCTIONS]
.
+ If _APP_DOMAIN_FUNCTIONS
is set to example.com
for example, the generated domain for functions will be something like 64d4d22db370ae41a32e.example.com
.
+ You can use the same value as used for the Appwrite _APP_DOMAIN
variable.
+