Noita-Together / noita-together

Play alone together
MIT License
44 stars 13 forks source link

Inconsistent behavior with new and old environment variables #153

Open SkyeOfBreeze opened 4 months ago

SkyeOfBreeze commented 4 months ago

using the below variables, everything works fine, except the remember me functionality (no such url undefined/refresh or something)

VUE_APP_NT_LOGIN_URL
VUE_APP_LOBBY_SERVER_WS_URL_BASE

Using the old variables, everything works fine

VUE_APP_HOSTNAME
VUE_APP_HOSTNAME_WS

The PR for this should fix the behavior, and maybe clean up the environment variables as well