0

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.

JohnDoe
  • 2,422
  • 5
  • 29
  • 44
  • Environment variables aren't specific to development so the "standard" ways of setting them are also the OS-specific ways of setting them. The development tools just overlay this for convenience. – Ouroborus Nov 11 '22 at 23:01

0 Answers0