Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove supabase from docs #169

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/contributing-to-keyshade/design-of-our-code/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Our API is developed using the following stack:

* **NestJS** as the base
* **Prisma** as the DDL and DML
* **Supabase** as the database and bucket storage
* **Node Mailer** as the mail agent

## Structure
Expand Down
2 changes: 0 additions & 2 deletions docs/contributing-to-keyshade/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: Get to know the environment you are working with
Here's the description of the environment variables used in the project. You can find the values for these variables in \`.env.example\`.

* **DATABASE\_URL**: The URL of the PSQL database to connect to. This is used by the [Prisma Client](https://www.prisma.io/docs/orm/prisma-client) to connect to the database.
* **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 SMTP port as specified by your SMTP provider.
* **SMTP\_EMAIL\_ADDRESS:** The email address you want to be sending out the emails from.
Expand Down
1 change: 0 additions & 1 deletion docs/contributing-to-keyshade/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
Of course, to get started, you will need to have the required components in place. Gladly, there isn't much that needs to be done:

* Make sure you have Git installed and have an account in GitHub
* Have an account in Supabase along with a project
* Have your SMTP credentials ready
Loading