Skip to content

Commit

Permalink
Merge branch 'develop' into docs/user-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored Mar 11, 2024
2 parents ec0b3ec + 48294c9 commit 0e346e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing-to-keyshade/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e346e8

Please sign in to comment.