Skip to main content

Questions tagged [environment]

5 votes
3 answers
537 views

I am working on an executable program - an application or utility. At some point, I want to introduce a new option (to be considered at run-time rather than build-time); the option may be boolean, ...
einpoklum's user avatar
  • 2,808
3 votes
1 answer
255 views

I'm having trouble with managing the working directory in Jupyter Notebook. For example, I have a .py script that requires me to change the working directory to its directory to run it properly. I've ...
newbie's user avatar
  • 47
2 votes
1 answer
153 views

I'm trying to wrap my head around the ASP.NET Core Configuration system. If I understand the default configuration correctly, non-prefixed environment variables will override appsettings.json entries. ...
Heinzi's user avatar
  • 9,868
0 votes
0 answers
83 views

This is more a curiosity/query-for-information than anything; apologies if it's thus a little malformed: This is relevant to a useful API-querying library that can be shared across multiple teams ...
AmagicalFishy's user avatar
0 votes
0 answers
96 views

┌────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ...
Jedi's user avatar
  • 101
0 votes
2 answers
156 views

I am trying to convince others that the following first code snippet is bad practice and the second snippet is best practice. Bad practice: // There is only one implementation of Adapter public ...
Daniel W.'s user avatar
  • 555
2 votes
2 answers
3k views

I used docker to containerize the node.js express app and used GitHub action to add the .env file in the container. I googled this method when I was doing the DEV project. But I think that if someone ...
nermineslimane's user avatar
1 vote
1 answer
148 views

Background/Our situation: Our environment has many components, including database, Windows Server, Linux, ETL platform, Scheduler Platform, and about 5 other types (so 8 total components = code ...
firstblud's user avatar
1 vote
1 answer
646 views

I have a list of application configs and business configs in a particular root folder inside our git repository. Below is our current structure as of now: We have a root Data folder and inside that ...
cs98's user avatar
  • 21
-2 votes
1 answer
163 views

We have a series of environments; Let's call them Development, Integration, Business and Production. As a rule, we do not let master get deployed beyond Development, meaning any code which is to be ...
Matt W's user avatar
  • 447
2 votes
1 answer
1k views

I'm working on a relatively thin front-end web application that talks to an API. Depending on where this front-end application is served from (CI server, staging server, production server, etc.) I ...
kqr's user avatar
  • 379
-2 votes
4 answers
448 views

I have a Windows PC and a Ubuntu laptop that I use for development. One of my main issues is that I switch between them multiple times a day, but because they are different machines, I am unable to ...
Josue's user avatar
  • 29
4 votes
1 answer
685 views

In our team, we are using AWS as our main cloud provider and currently, we have 3 projects hosted on their platform. We are about to have 2 more projects in the next weeks, but first, we want to ...
GianMS's user avatar
  • 201
2 votes
0 answers
69 views

Context I am currently working on a user management applications (UMA) that manages a data warehouse security management (users, rights etc.). The data warehouse has production databases (and ...
Alexei's user avatar
  • 452
-1 votes
1 answer
493 views

Working on a huge application with lots of legacy code, I often encounter environment "checks": db_name = Rails.env.production? ? 'staging_db' : 'production_db' ... desired_processes_count = Rails....
wscourge's user avatar
  • 115

15 30 50 per page