Skip to content

refactor: replace hardcoded MongoDB URLs with process.env.MONGO_URL#4206

Open
Geethegreat wants to merge 1 commit into
processing:developfrom
Geethegreat:mongo-url-clean
Open

refactor: replace hardcoded MongoDB URLs with process.env.MONGO_URL#4206
Geethegreat wants to merge 1 commit into
processing:developfrom
Geethegreat:mongo-url-clean

Conversation

@Geethegreat

Copy link
Copy Markdown
Member

Issue:

Fixes #

This is a cleanup task identified during E2E testing infrastructure work.

Demo:

Changes:

Replaced hardcoded mongodb://localhost:27017/p5js-web-editor connection strings in migration scripts with process.env.MONGO_URL. No behaviour change for existing setups.

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant