Skip to main content

Questions tagged [environment]

5 votes
3 answers
524 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
2 votes
1 answer
152 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
96 views

┌────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ...
Jedi's user avatar
  • 101
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
645 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
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
4 votes
1 answer
684 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
-1 votes
1 answer
492 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