Skip to content

Commit

Permalink
fix typo in env file
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed May 7, 2024
1 parent 0a62aa4 commit 71107f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ POSTGRES_PORT="5432"
POSTGRES_DB_NAME="forc_pub"

# Local env
CORS_HTTP_ORIGIN = "http://localhost:3000"
CORS_HTTP_ORIGIN="http://localhost:3000"

# Diesel CLI env
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_URI}/${POSTGRES_DB_NAME}"

0 comments on commit 71107f4

Please sign in to comment.