You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When users log in to the service they would see the hint how to set up the env variable:
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:
Please note there are no quotations.
The text was updated successfully, but these errors were encountered: