Skip to content

Commit

Permalink
added env example
Browse files Browse the repository at this point in the history
  • Loading branch information
FearsomeRover committed Oct 11, 2024
1 parent fe38de0 commit aa295fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/backend/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
DATABASE_URL="postgresql://postgres:123456@localhost:5432/sprintreview?schema=public"
DATABASE_URL="postgresql://postgres:admin@localhost:5432/sprintreview?schema=public"
JWT_SECRET="test"
JWT_EXPIRATION="1d"
AUTHSCH_CLIENT_ID=""
AUTHSCH_CLIENT_SECRET=""
BACKEND_PORT=3001

0 comments on commit aa295fd

Please sign in to comment.