Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add func "LoadString" #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add func "LoadString" #75

wants to merge 1 commit into from

Conversation

novemberde
Copy link

@novemberde novemberde commented May 30, 2019

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