Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from GammaMicrowave/main
Browse files Browse the repository at this point in the history
Switched back to MYSQL
  • Loading branch information
BuddyLongLegs committed May 10, 2023
2 parents 8d611ff + a9c0dfa commit b290ca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You need npm/yarn installed in your local machine in order to run this app.
## Enviornment Variables

- MONGO_DB_CONN_STRING : required
- POSTGRES_CONN_STRING : required
- MYSQL_CONN_STRING : required
- SECRET : (random string) required
- S3_ACCESS_KEY_ID : required if submitting
- S3_ACCESS_KEY_SECRET : required if submitting
Expand Down Expand Up @@ -166,4 +166,4 @@ Please help us follow the best practice to make it easy for the reviewer as well
- Be polite: Be polite to other community members.

## Our Top Contributors ♥️
<img src="https://contrib.rocks/image?repo=opencodeiiita/SaveMyForm-Backend"/>
<img src="https://contrib.rocks/image?repo=opencodeiiita/SaveMyForm-Backend"/>
4 changes: 2 additions & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ generator client {
}

datasource db {
provider = "postgresql"
url = env("POSTGRES_CONN_STRING")
provider = "mysql"
url = env("MYSQL_CONN_STRING")
relationMode = "prisma"
}

Expand Down

0 comments on commit b290ca3

Please sign in to comment.