Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Fix formatting issue in server/.env #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/.env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Optional: Port to run backend server on
PORT=4000

# Format Detailshttps://www.prisma.io/docs/reference/database-reference/connection-urls
# Format Details: https://www.prisma.io/docs/reference/database-reference/connection-urls
DATABASE_URL="Required: format dbms_name://username:password@host:port/pckd?schema=public&pool_timeout=0"

# Format: 16 digit alphanumric code
Expand All @@ -12,4 +12,4 @@ JWT_SECRET="Required: Random 12 chars long string"

# Optional: If you are running behind a proxy, enable this so the backend gets the correct IP.
# Format: "true"/"false" or the proxy IP(s)
TRUST_PROXY="false"
TRUST_PROXY="false"