From 48294c978df805a0543dd05375d07aafa43e31c4 Mon Sep 17 00:00:00 2001 From: SAMBIT CHAKRABORTY <58760654+Sambit003@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:13:02 +0530 Subject: [PATCH] docs: fix typo in environment-variables.md (#163) --- docs/contributing-to-keyshade/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-to-keyshade/environment-variables.md b/docs/contributing-to-keyshade/environment-variables.md index 1f908b70..1321fd18 100644 --- a/docs/contributing-to-keyshade/environment-variables.md +++ b/docs/contributing-to-keyshade/environment-variables.md @@ -12,7 +12,7 @@ Here's the description of the environment variables used in the project. You can * **SUPABASE\_API\_URL**: The URL of the Supabase API. This is used by the [Supabase Client](https://supabase.io/docs/reference/javascript/supabase-client) to connect to the Supabase API. Make sure you create a Supabase project and get the API URL from the project settings. * **SUPABASE\_ANON\_KEY**: The anonymous key of the Supabase project. This is used by the Supabase Client to connect to the Supabase API. Make sure you create a Supabase project and get the anonymous key from the project settings. * **SMTP\_HOST**: This is used to send out emails from the backend. -* **SMTP\_PORT:** The SMPT port as specified by your SMPT provider. +* **SMTP\_PORT:** The SMTP port as specified by your SMTP provider. * **SMTP\_EMAIL\_ADDRESS:** The email address you want to be sending out the emails from. * **SMTP\_PASSWORD:** The app password for your email account. * **GITHUB\_CLIENT\_ID, GITHUB\_CLIENT\_SECRET, GITHUB\_CALLBACK\_URL:** These settings can be configured by adding an OAuth app in your GitHub account's developer section. Please note that it's not mandatory, until and unless you want to support GitHub OAuth.