Unanswered
Hello!
I Faced An Issue With Environment Variables With Remote Agent
I Set The In Clearml.Conf In Section:
In my script:
And in my script I using
python-dotenv
from dotenv import load_dotenv
load_dotenv()
login = os.getenv("login")
password = os.getenv("pass")
I use them to connect to DB
36 Views
0
Answers
3 months ago
3 months ago