From 258d920ff2066ca010080f9d3ff2155538868328 Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Wed, 15 May 2024 17:50:06 +0000 Subject: [PATCH] docs(appwrite): describe project settings and hostname --- packages/docs/pages/apps/appwrite/connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/pages/apps/appwrite/connection.md b/packages/docs/pages/apps/appwrite/connection.md index 60aefe53..1a0d91c4 100644 --- a/packages/docs/pages/apps/appwrite/connection.md +++ b/packages/docs/pages/apps/appwrite/connection.md @@ -6,7 +6,7 @@ connection in Automatisch. If any of the steps are outdated, please let us know! ::: 1. Login to your Appwrite account: [https://appwrite.io/](https://appwrite.io/). -2. Go to **Settings**. +2. Go to your project's **Settings**. 3. In the Settings, click on the **View API Keys** button in **API credentials** section. 4. Click on the **Create API Key** button. 5. Fill the name field and select **Never** for the expiration date. @@ -16,5 +16,5 @@ connection in Automatisch. If any of the steps are outdated, please let us know! 9. Write any screen name to be displayed in Automatisch. 10. You can find your project ID next to your project name. Paste the id into **Project ID** field in Automatsich. 11. If you are using self-hosted Appwrite project, you can paste the instace url into **Appwrite instance URL** field in Automatisch. -12. Fill the host name field. +12. Fill the host name field with the hostname of your instance URL. It's either `cloud.appwrite.io` or hostname of your instance URL. 13. Start using Appwrite integration with Automatisch!