Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programming
  3. Introducing OnlyNv: Your one-stop solution for managing environment variables.

Introducing OnlyNv: Your one-stop solution for managing environment variables.

Scheduled Pinned Locked Moved Programming
programming
9 Posts 8 Posters 52 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • thecommieaxolotl@programming.devT This user is from outside of this forum
    thecommieaxolotl@programming.devT This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #1
    This post did not contain any content.
    M B C C B 5 Replies Last reply
    1
    1
    • System shared this topic on
    • thecommieaxolotl@programming.devT [email protected]
      This post did not contain any content.
      M This user is from outside of this forum
      M This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #2

      Waiting for the leak announcements

      1 Reply Last reply
      1
      1
      • thecommieaxolotl@programming.devT [email protected]
        This post did not contain any content.
        B This user is from outside of this forum
        B This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #3

        Environment variable abuse

        1 Reply Last reply
        1
        1
        • thecommieaxolotl@programming.devT [email protected]
          This post did not contain any content.
          C This user is from outside of this forum
          C This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #4

          Oh wow.

          That looks like an overly complicated solution to a problem that doesn't exist. Synching stuff that is in git? Why not just use.... git?
          Also npm.... and the example has an env var named "DB_PASS" in it. You never put passwords in version control.

          D thecommieaxolotl@programming.devT 2 Replies Last reply
          1
          5
          • thecommieaxolotl@programming.devT [email protected]
            This post did not contain any content.
            C This user is from outside of this forum
            C This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #5

            Lmao, use Nix instead, or if that’s too complicated use DevBox.

            1 Reply Last reply
            1
            0
            • thecommieaxolotl@programming.devT [email protected]
              This post did not contain any content.
              B This user is from outside of this forum
              B This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #6

              The best way to manage environment variables: don't use environment variables.

              P 1 Reply Last reply
              1
              3
              • B [email protected]

                The best way to manage environment variables: don't use environment variables.

                P This user is from outside of this forum
                P This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #7

                What do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?

                1 Reply Last reply
                1
                2
                • C [email protected]

                  Oh wow.

                  That looks like an overly complicated solution to a problem that doesn't exist. Synching stuff that is in git? Why not just use.... git?
                  Also npm.... and the example has an env var named "DB_PASS" in it. You never put passwords in version control.

                  D This user is from outside of this forum
                  D This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #8

                  It is generally considered a bad idea to use envs for passing secrets in general since envs for process n are available to other processes which have access and permission.

                  1 Reply Last reply
                  1
                  2
                  • C [email protected]

                    Oh wow.

                    That looks like an overly complicated solution to a problem that doesn't exist. Synching stuff that is in git? Why not just use.... git?
                    Also npm.... and the example has an env var named "DB_PASS" in it. You never put passwords in version control.

                    thecommieaxolotl@programming.devT This user is from outside of this forum
                    thecommieaxolotl@programming.devT This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #9

                    Exactly, you never check passwords into version control.
                    So what happens when you need to share those values with other team members?
                    The github example is not to put a .env file into a repo but to add the secrets to github’s native secret manager, which is what products like actions use to read envs.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups