fix(server): resolve DATABASE_URL via ConfigService with robust production guard (closes #172) - #243
Draft
s6pa1rta3n-lab wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Addresses #172 by ensuring
DATABASE_URLis resolved exclusively throughConfigServiceand validating that localfile:-scheme URLs are blocked in production environments.Payout Stipulations Checklist
DatabaseModuleresolvesDATABASE_URLexclusively throughConfigService, with no directprocess.envread remaining.file:in production.assertDatabaseUrlAllowedvalidation across environments (production vs. development/test).Changes
DatabaseModuleto injectConfigServiceforDATABASE_URLresolution.assertDatabaseUrlAllowedto guard against empty/undefined URLs and rejectfile:URLs in production.server/src/database/database.module.spec.ts.Verification
npm run lint-> Passednpm run format:check-> Passednpm run typecheck-> Passednpm test-> 10/10 test suites passed (123 total tests)npm run build-> PassedPayout Routing
0xF46C9F6d70C50BF81ef3588AB523a90a594a2F89GCL6OXAMLD75BMTINA6EMRUDWK5THQUSHMYNLSNBCJAPZJHNYJTUNIBC