Skip to content

Commit

Permalink
Merge pull request #43 from nuuxcode/debug
Browse files Browse the repository at this point in the history
adjust env file and prisma end
  • Loading branch information
nuuxcode authored Dec 17, 2023
2 parents ec14286 + bb96f4e commit 1c5bea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
POSTGRES_USER=bikehub
POSTGRES_PASSWORD=Bike-Hub
POSTGRES_DB=bikehub
DATABASE_URL=postgresql://bikehub:Bike-Hub@localhost:5432/bikehub?schema=public
DATABASE_URL_LOCAL=postgresql://bikehub:Bike-Hub@localhost:5432/bikehub?schema=public
DATABASE_URL_DEV=postgresql://bikehub:[email protected]:5432/bikehub?schema=public
DATABASE_URL_PROD=postgresql://bikehub:[email protected]:5432/bikehub?schema=public
Expand All @@ -26,3 +27,6 @@ DB_MODE=dev
# email (manualy add in from server)
#EMAIL_USERNAME=
#EMAIL_PASSWORD=
# paypal
#PAYPAL_CLIENT_ID=
#PAYPAL_CLIENT_SECRET=

0 comments on commit 1c5bea0

Please sign in to comment.