-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
please remove hardcoded strings like database endpoint.
this should be a dynamic value because it can change between production and local development.
best approach is to use environment variables and put local endpoint as default.
you should have some config component that will take care of this and will verify that all required inputs for the server properly exists.
you can also use .dotenv in addition
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels