You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the processWebRequests function, the base URL is currently hardcoded as "http://localhost". It is recommended to use a configurable base URL instead.
Suggested Solution
Replace the hardcoded base URL with a value from an environment variable, with a fallback to "http://localhost" if the environment variable is not set.
Description
In the
processWebRequests
function, the base URL is currently hardcoded as"http://localhost"
. It is recommended to use a configurable base URL instead.Suggested Solution
Replace the hardcoded base URL with a value from an environment variable, with a fallback to
"http://localhost"
if the environment variable is not set.Example:
References
Assignee
@drazisil
The text was updated successfully, but these errors were encountered: