Skip to main content
Filter by
Sorted by
Tagged with
0 votes
3 answers
171 views
+50

I have an Angular 18 app and need to inject environment variable values from a .env file into my environment.ts file and environment.development.ts. I want the values available during development (ng ...
binga58's user avatar
  • 89
0 votes
5 answers
125 views

Failed to load config file "F:\\Documents\\Desktop\\coding projects\\Shopify\\my-turborepo\\packages\\product-db" as a TypeScript/JavaScript module. Error: PrismaConfigEnvError: Missing ...
piyush sharma's user avatar
3 votes
1 answer
179 views

What order should programs look at JAVA_HOME, JRE_HOME, JDK_HOME for locating a version of Java to execute Java programs? I want my program to find Java automatically using an environment variable, ...
Jason S's user avatar
  • 191k
2 votes
1 answer
53 views

I have following server variable in phpunit.xml: <php> <server name="APP_DEBUG" value="false"/> </php> Sometimes while developing, I want have APP_DEBUG ...
Justinas's user avatar
  • 43.9k
0 votes
0 answers
28 views

I got a simple script on my server import os import pprint pprint.pprint(dict(os.environ)) When I connect to my server and run it manually,I got different results with when I run it throw Ctrl+Shift+...
王常友's user avatar
2 votes
1 answer
60 views

In .NET you sometimes need configuration keys with dots. For example in logging configuration. .NET itself creates a sample like this (Microsoft.AspNetCore): "Logging": { "LogLevel&...
Tobias's user avatar
  • 121
0 votes
0 answers
65 views

I am experimenting with Qt for WebAssembly and wrote a small application. When I build and run it from the console or directly inside Qt Creator, everything works fine. Now I’d like to use CLion as my ...
Suslik's user avatar
  • 1,121
0 votes
1 answer
68 views

I'm trying to get started with NativeScript, but I'm getting these errors from ns doctor ✖ Error executing command 'javac'. Make sure you have installed The Java Development Kit (JDK) and set ...
starleaf1's user avatar
  • 2,928
0 votes
0 answers
66 views

I am using Nextjs 14 with the app router and I have some environment variables in my .env.local file: NEXT_PUBLIC_API_URL=https://myapi.com SECRET_KEY=mySecret Inside my app, I need to access them: //...
Santiago Gómez de la Torre's user avatar
2 votes
1 answer
145 views

My vs code looks like this: import requests import json import os os.environ = "website.abc.com" header={"Accept":application/json", "Authorization": f"Bearer {...
ithoughtso's user avatar
0 votes
2 answers
196 views

I thought it would be pretty simple, but I seems as if I am missing something import os app = func.FunctionApp(http_auth_level=func.AuthLevel.ANONYMOUS) #for testing only @app.route(route="...
lookslikeanevo's user avatar
0 votes
1 answer
202 views

The error after clicking signup button (the minified code is so long so I left out unimportant part) 2025-07-31T13:14:19.733Z ERROR [Better Auth]: Failed to create user Error [...
Zerubbabel's user avatar
3 votes
1 answer
66 views

I looked through a few solutions here and found an almost working script to append to the user Environment Variable PATH without overwriting the existing path and not clutter it with system's EV's ...
user avatar
0 votes
1 answer
58 views

My site has a huge amount of infrastructure for configuring project environments using tcsh. I'm trying to add conda environments for managing packages. In particular I'm using Miniforge-25.5.1 and ...
MartinLB's user avatar
0 votes
1 answer
169 views

I'm writing a crude little installer in Rust for a program I've been working on, and it mostly works; however, I've been having some issues with getting the Windows build to modify the system's PATH ...
Rose's user avatar
  • 1
0 votes
1 answer
83 views

I'm running an Azure DevOps pipeline using agents deployed via a VMSS (Virtual Machine Scale Set) based on a custom Packer image. This image includes Polyspace tools (like Code Prover and Bug Finder), ...
user30998509's user avatar
0 votes
0 answers
184 views

I'm deploying a .NET 9 API to Azure Container Apps using GitHub Actions. I want to inject a database connection string as an environment variable using a secret reference. My GitHub workflow sets the ...
SDG6's user avatar
  • 103
2 votes
4 answers
480 views

I'm working on a NestJS application with TypeORM and PostgreSQL. My environment variables are not being loaded when the application starts, even though I can see dotenv injecting them in the console ...
Daniel Oladepo's user avatar
2 votes
1 answer
82 views

In my Spring Boot project with IntelliJ IDEA Community, I'm creating integration tests with JUnit and Mockito, I want to set env variables globally because tests are many execution points, and in ...
Bujakiewicz Franco's user avatar
0 votes
0 answers
58 views

My main dev computer needs to be rebuilt, so before I did that I installed my entire cordova environment on another system, once I rebuild the dev computer then I will be upgrading everything. But on ...
rolinger's user avatar
  • 3,196
1 vote
1 answer
53 views

On a multi-user Linux platform, you want to install a Julia environment once while it is being used by many users (possibly at the same time). One can create a central installation of a Julia ...
Bart Theelen's user avatar
0 votes
0 answers
243 views

I'm working on a Laravel application hosted behind a load balancer with multiple instances. Instead of relying solely on the .env file, I'm pulling sensitive configuration values (API keys, DB ...
Navin's user avatar
  • 23
-1 votes
1 answer
96 views

I have a .NET and Angular application (both in a single solution) deployed across two different Azure Web App Services. I need to assign development (dev) and production (prod) environments properly. ...
Sheraz's user avatar
  • 1
1 vote
2 answers
226 views

I have built an Android application using Expo v52 with React Native and now I want to generate a preview APK. In my project, I use an environment variable like: EXPO_PUBLIC_API_URL=http://192.168.57....
naveen's user avatar
  • 13
0 votes
1 answer
51 views

I am trying to use environment variables with onSchedule. But it only accepts a string, not an Expression<string> or similar. Although value() makes it compile, it will not actually deploy. ...
Evorlor's user avatar
  • 7,436

1
2 3 4 5
290