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

env.list example with password encryption #20

Closed
gmara13 opened this issue Apr 30, 2021 · 4 comments
Closed

env.list example with password encryption #20

gmara13 opened this issue Apr 30, 2021 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@gmara13
Copy link

gmara13 commented Apr 30, 2021

can you show what a sample env.list file would look like using an encrypted password?

@Voyz Voyz added the documentation Improvements or additions to documentation label Apr 30, 2021
@Voyz Voyz self-assigned this Apr 30, 2021
@Voyz
Copy link
Owner

Voyz commented Apr 30, 2021

IBEAM_ACCOUNT=[ACCOUNT_NAME_GOES_HERE]
IBEAM_PASSWORD=[PASSWORD_GOES_HERE]
IBEAM_KEY=[KEY_GOES_HERE]

You can find more info on how to generate it in the Runtime Environment documentation.

Does that answer your question? I can write a more verbose example if needed.

@gmara13
Copy link
Author

gmara13 commented Apr 30, 2021

no quotes no b'', correct?

@Voyz
Copy link
Owner

Voyz commented Apr 30, 2021

That's right, just direct text, eg.

IBEAM_PASSWORD=6562ni6b2ui23tg2brugb52iugb25

@Voyz
Copy link
Owner

Voyz commented Jun 21, 2021

@gmara13 just updated the documentation with the credentials' example:
https://github.com/Voyz/ibeam/wiki/Runtime-environment#credentials

Thanks for reporting this 👍😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants