-
See https://devblogs.microsoft.com/visualstudio/safely-use-secrets-in-http-requests-in-visual-studio-2022/
env:
- env file
- user env file
- custom config provider
variable
- dotenv
- proce…
-
I thought I had remedied the problem, it seems this was not the case.
I'm having a load of trouble with require('dotenv-safe').load(); in the index.js
despite creating a process.env file in the r…
-
## Feature Request
### Is your feature request related to a problem or unsupported use case?
I tried to implement the Dotenv feature in my settings and i encountered some issues when setting it fr…
-
The boilerplate currently uses the `dotenv` package, which is less than ideal because it's easy to make mistakes with it and accidentally commit secrets to the git repository, among other issues.
I…
-
- [x] Asked question in discussions
- [x] Tried the troubleshooting Wiki
- [x] Followed the migration Wiki
**Describe the bug**
Hi guys I'm getting this error when import the GOOGLE_MAPS_APIKEY…
-
dotenv-safe is great, but [dotenv-extended](https://www.npmjs.com/package/dotenv-extended) has the same functionality PLUS the ability to set default values for env variables. This makes it easy to ch…
-
As seen in https://github.com/bkeepers/dotenv/blob/1b656f029e4d4d12fb925127139c367e8d3f07a5/lib/dotenv/parser.rb#L65-L79 an env-var that doesn't come with quotes in `.env` will not be unescaped. Hence…
-
Is this gem released anywhere? The readme suggests using `gem 'dotenv-rails-safe'` but that assumes the gem is published.
-
Hi,
I am using below code to load the environmental variables in production
new Dotenv({
path: path.join(webpackPaths.rootPath, '.env'),
safe: false,
silent: false,
de…
-
`t3-env` is great for managing environment variables.
However, there's a gap when it comes to command-line operations like [`drizzle-kit db:push`](https://github.com/t3-oss/create-t3-app/pull/1461#di…