forked from CenterForDigitalHumanities/rerum_server_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Instead of scattering environment variables (process.env) throughout the code, centralize them in one configuration file.
Create a config file:
src/config/index.js
Collect all environment variables you need (DB connection, API keys, ports, etc.)
Provide default values if needed and export and import from the file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review