Is there any "standards" way to set up environment variables during development? Like database connect string as environment variable, package manager proxies and the like.
Sure I know of .bashrc
, .profile
, Windows Gui, launch.json
of VSCode, tool-specific settings-files.
But isn't there any more standard? BTW I do not develop within Docker containers.