Update google.rst

This commit is contained in:
tacruc
2016-08-19 17:31:21 +02:00
committed by GitHub
parent ed0e52ed89
commit 0b652990de

View File

@@ -69,8 +69,9 @@ then enter your app name. **Authorized JavaScript Origins** is your root domain,
for example ``https://example.com``, without a trailing slash. You need two
**Authorized Redirect URIs**, and they must be in this form::
https://example.com/nextcloud/index.php/settings/personal
https://example.com/nextcloud/index.php/settings/admin
https://example.com/nextcloud/index.php/settings/personal/
https://example.com/nextcloud/index.php/personal/
https://example.com/nextcloud/index.php/settings/admin/externalstorages
https://example.com/nextcloud/settings/admin/externalstorages
Replace ``https://example.com/nextcloud/`` with your own Nextcloud server URL,