About 71 results
Open links in new tab
  1. What is an .env (or dotenv) file exactly? - Stack Overflow

    Jul 6, 2021 · What is an .env (or dotenv) file exactly? Asked 4 years, 6 months ago Modified 2 years, 8 months ago Viewed 36k times

  2. Adding an .env file to a React project - Stack Overflow

    Sep 1, 2021 · Finally, add .env to your .gitignore file so that Git ignores it and it never ends up on GitHub. If you are using Create React App (create-react-app) then you only need step 3 and 4, but …

  3. How to set environment variables from .env file - Stack Overflow

    Apr 7, 2017 · USERNAME=ABC PASSWORD=PASS Unlike the normal ones have export prefix so I cannot source the file directly. What's the easiest way to create a shell script that loads content from …

  4. List all environment variables from the command line

    Mar 16, 2011 · Is it possible to list all environment variables from a Windows' command prompt? Something equivalent to PowerShell's gci env: (or ls env: or dir env:).

  5. git is not respecting gitignore instruction to ignore .env files

    Hi , for OP , the problem is the files are committed into his git main/master repo, hence even listing or using wildcards in .gitignore will not work. All the answers related to removing the files first from git …

  6. How to set env variable in Jupyter notebook - Stack Overflow

    May 30, 2017 · I've a problem that Jupyter can't see env variable in bashrc file. Is there a way to load these variables in jupyter or add custom variables to it?

  7. How to add env vars into Azure Devops pipeline - Stack Overflow

    Sep 4, 2019 · I am setting up an Azure pipeline for a Node app with Jest being used to test APIs and integration. The source code lives on Azure DevOps and the code is deployed in Azure Portal. When …

  8. Node.js not recognizing .env file - Stack Overflow

    I know that .env file has those values, and the file is in UTF-8, without quotes, etc. The .env file is the same file as the other services, it works OK in the rest but I don't know why is not getting read here.

  9. git - How to hide .env file from Github - Stack Overflow

    May 6, 2020 · 58 I'm using dotenv for my rails project to store API keys. I have the dotenv gem in my gemfile, created a .env in the root of my app and have my API keys listed in there. However, when I …

  10. python - What's the difference between .env file and actual …

    Feb 5, 2022 · What's the difference between .env file and actual environment variable? Asked 3 years, 11 months ago Modified 3 years, 2 months ago Viewed 9k times