Skip to content

Add func "LoadString"#75

Open
novemberde wants to merge 1 commit into
joho:mainfrom
novemberde:master
Open

Add func "LoadString"#75
novemberde wants to merge 1 commit into
joho:mainfrom
novemberde:master

Conversation

@novemberde

@novemberde novemberde commented May 30, 2019

Copy link
Copy Markdown

Hi @joho ,
I've added LoadString function to load string when I want to set environment variables from string.

In the case that I'm deploying my service, I don't want to set .env file on Dockerfile.
I'm currently using AWS parameter store. It returns a string value like below

FIRST_ENV="this is first value"
SECRET_VALUE="this is secret value"

So, I need to load from string and add a function to support that.

Please check this PR soon.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant