Skip to content

Commit

Permalink
Merge pull request #113 from kh-ac/typo-fix-.env.example-file
Browse files Browse the repository at this point in the history
typo-fix in backend/.env.example which is causing `yarn prisma:setup` to crash
  • Loading branch information
timothycarambat authored Jan 10, 2024
2 parents 0bfa64f + 3fff65d commit 1a6aad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ SYS_PASSWORD=password

JWT_SECRET="YoUr_RaNd0M_sTr1nG"
# STORAGE_DIR=
DATABASE_CONNECTION_STRING="postgresql://user:password@host:port/database
DATABASE_CONNECTION_STRING="postgresql://user:password@host:port/database"

0 comments on commit 1a6aad2

Please sign in to comment.