question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Env var support missing?

See original GitHub issue

Describe the bug

We are using the Baget docker image and noticed in the last updates, that the env var support was dropped?

Additional context

also its not possible to change the url/port for the container with the env ASPNETCORE_URLS (before it was 80 and now it is 5000) i think if you would support this, you could also remove your “custom” url setting https://github.com/loic-sharma/BaGet/blob/master/src/BaGet/Program.cs#L85

downgraded back to : 636c38146791bf7bdaa297587e196508f732cd08

.AddEnvironmentVariables() would be great 👍 https://github.com/loic-sharma/BaGet/blob/master/src/BaGet/Program.cs#L82

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
loic-sharmacommented, Jul 3, 2020

Yup that should still work.

0reactions
andreas-sorokocommented, Jul 3, 2020

before we update and getting again some problems… just a little question.

is it still possible to configure baget over env ? ( Storage__Type, Database__Type etc… )

Read more comments on GitHub >

github_iconTop Results From Across the Web

scala - Missing environment variables
I am using the library https://cir.is/docs/overview to load my environment variables as follows: object EnvironmentLoader { val db: ...
Read more >
Throw when env variables are missing · Issue #8700
A valid environment variable to satisfy the declaration 'env:MISSING' could not be found. This means I could be deploying a function that will ......
Read more >
Recommended ways to catch missing environment ...
Recommended ways to catch missing environment variables in github actions? · Never deploy to a running production environment. · always run tests ...
Read more >
Solved: Missing Environment Variables Error.
Solved: Hello, I have created Environments in deployments namely Development and Production which are using different aws accounts for ...
Read more >
Missing environment variables
... working i have windows 8. when i go into advance system settings to change my environment variables i get this message: windows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found