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

How to update enviroment from config file #7

Open
ricardojlrufino opened this issue Sep 26, 2023 · 1 comment
Open

How to update enviroment from config file #7

ricardojlrufino opened this issue Sep 26, 2023 · 1 comment

Comments

@ricardojlrufino
Copy link

ricardojlrufino commented Sep 26, 2023

sharing

#!/usr/bin/env xonsh
from configobj import ConfigObj
conf = ConfigObj("/home/admin/.db_conf")

# Atualizar variaveis de ambiente
${...}.update(conf)
@anki-code
Copy link
Owner

PR is welcome!

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

No branches or pull requests

2 participants