I'm trying to find the most legal way to set up NestJS database using .env file. That is I want to use @nestjs/config package for importing .env variables and u
I'm trying to use dotenv.config() in a SvelteKit project. I can run npm run build successfully. But when I try to start the server (using node build), it throws
All of a sudden, when creating a react production build, I get this error. > [email protected] build > react-scripts build Creating an optimized product
All of a sudden, when creating a react production build, I get this error. > [email protected] build > react-scripts build Creating an optimized product
I have an .env file at the root of my NestJs project with some env variables in it. The strange thing is that I am able to read the variables in service files
I have an .env file at the root of my NestJs project with some env variables in it. The strange thing is that I am able to read the variables in service files
I am able to run migrate command when I specify the database name, user and password directly. But when I provide with env variable/value. It says no database s
I am building a Nuxt application where I will have two environments staging and production, the local should also be considered as staging, now I need to create
I'm running an update of a Firebase functions project. Environment variables was managed with runtime environment configuration (functions.config). Regarding th
Trying to use kotlin-dotnet, but this is not working, using kotlin object class, to manage singleton Got error Could not find /asset/env on the classpath where
const uri=`mongodb+srv://${process.env.DB_USER}:${process.env.DB_PASS}@cluster0.crceb.mongodb.net/myFirstDatabase?retryWrites=true&w=majority`; When I run