Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/donations'
Browse files Browse the repository at this point in the history
  • Loading branch information
BillysByTe committed Dec 13, 2024
2 parents 3d4ddf6 + 505c0c9 commit fc99590
Show file tree
Hide file tree
Showing 74 changed files with 8,766 additions and 3,987 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Replace USER, PASSWORD, PORT, DATABASE with your respective database user/password/port/name

# Prisma database url
PRISMA_DB_URL="postgresql://postgres:postgres@localhost:11111/postgres"
PRISMA_DB_URL="postgresql://USER:PASSWORD@localhost:PORT/DATABASE"

NEXT_PUBLIC_API_URL="http://localhost:3000/api/"
6 changes: 2 additions & 4 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"semi": true,

"singleQuote": false,

"printWidth": 80,

"printWidth": 120,
"tabWidth": 2,
"trailingComma": "es5"
}
Loading

0 comments on commit fc99590

Please sign in to comment.