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

Setting MERGIN_AUTH hint for Windows users #170

Closed
erpas opened this issue Mar 23, 2023 · 1 comment
Closed

Setting MERGIN_AUTH hint for Windows users #170

erpas opened this issue Mar 23, 2023 · 1 comment

Comments

@erpas
Copy link
Contributor

erpas commented Mar 23, 2023

When users log in to the service they would see the hint how to set up the env variable:

To set the MERGIN_AUTH variable run:
export MERGIN_AUTH="Bearer .eJwljUkK[....]UPrHSAHfiwwJYPoE"

This works nicely on GNU/Linux machines but would fail on Windows.
Would it be possible to also add a version of the hint for Windows users? For example:

On Windows:
SET MERGIN_AUTH=Bearer .eJwljUkK[....]UPrHSAHfiwwJYPoE

Please note there are no quotations.

@wonder-sk
Copy link
Contributor

Fixed in #175

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