CARTAvis / carta

To CARTA users, this repo holds the CARTA release packages. Please use this repo to log bugs and feature requests. These will be triaged by the development team and prioritised as necessary in the development cycles.
19 stars 0 forks source link

Specify token on command line? #97

Closed keflavich closed 2 years ago

keflavich commented 3 years ago

I frequently have to restart CARTA, and when I do, it generates a new token each time - which is inconvenient when reloading in the browser. Is there any way to specify the token when starting up CARTA to make reloading more convenient?

kswang1029 commented 3 years ago

CARTA_AUTH_TOKEN=0000 carta

should work. (Replace 0000 to some other custom string)

keflavich commented 3 years ago

Awesome, thanks! If this isn't in the docs (I didn't see it, but I may not have looked hard enough), it would be super helpful to add there.