Skip to content

Commit

Permalink
chore(config): Add EDGE_WORKER_DB_URL environment variable
Browse files Browse the repository at this point in the history
Extends environment configuration for edge worker database connection
  • Loading branch information
jumski committed Jan 22, 2025
1 parent 6e5e9c0 commit b62da80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/edge-worker/supabase/functions/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ API_URL="http://127.0.0.1:50321"
DB_URL="postgresql://postgres:[email protected]:50322/postgres"
DB_POOL_URL="postgresql://postgres.pooler-dev:postgres@pooler:6543/postgres"
DB_POOL_EXTERNAL_URL="postgresql://postgres.pooler-dev:postgres@localhost:50329/postgres"
EDGE_WORKER_DB_URL="postgresql://postgres.pooler-dev:postgres@pooler:6543/postgres"

DB_PORT=50322
DB_POOL_PORT=50329
Expand Down

0 comments on commit b62da80

Please sign in to comment.