Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Defaults for environment variables #60

Open
teddywilson opened this issue Apr 18, 2018 · 2 comments
Open

Defaults for environment variables #60

teddywilson opened this issue Apr 18, 2018 · 2 comments

Comments

@teddywilson
Copy link

Are there any plans to add defaults for environment variables?

@rossabaker
Copy link
Contributor

I don't think anyone is working on that. A PR would be welcome.

@ppurang-spotcap
Copy link

If anyone picks this up .. please use the shell way for providing defaults

$(SOME_ENV:-"default value")

Don't use the way lightbend-config does it:

basedir = "/whatever/whatever"
basedir = ${?FORCED_BASEDIR}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants