Skip to content

Commit

Permalink
adjust env file and prisma end
Browse files Browse the repository at this point in the history
  • Loading branch information
nuuxcode committed Dec 17, 2023
1 parent cfdf3a5 commit bcc8f8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ DB_MODE=dev
# email (manualy add in from server)
#EMAIL_USERNAME=
#EMAIL_PASSWORD=
# paypal
#PAYPAL_CLIENT_ID=
#PAYPAL_CLIENT_SECRET=
2 changes: 1 addition & 1 deletion api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ generator client {

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
url = env("DATABASE_URL_LOCAL")
}

model Bike {
Expand Down

0 comments on commit bcc8f8a

Please sign in to comment.