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

config.toml setup #49

Closed
bineyard opened this issue Mar 24, 2024 · 2 comments
Closed

config.toml setup #49

bineyard opened this issue Mar 24, 2024 · 2 comments

Comments

@bineyard
Copy link

How do I setup the config.toml file to utilize the username and password, instead of passing it with the command each time?

I put it as:
PUTIO_Username="[username]"
PUTIO_Password="[password]"

And I receive the error "empty username". I also tried without the quotes, and received some character error. These make me believe I'm configuring it incorrectly.

@berkanteber
Copy link
Member

PUTIO_ prefix is only for environment variables. Can you try without it (i.e. just Username and Password)?

@bineyard
Copy link
Author

PUTIO_ prefix is only for environment variables. Can you try without it (i.e. just Username and Password)?

That worked!

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