Auth note in README

This commit is contained in:
Gabriel Simmer 2023-10-20 22:19:53 +01:00
parent ece9476355
commit 4ad878a954
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -29,3 +29,6 @@ vrcdn = "vrcdn_stream_name"
Instances can either be the URL or instance and world ID seperated out, the later taking priority over the former.
Runs on port `6534`, on all interfaces. May be configurable in the future.
You will need to set the `VRCHAT_AUTH_TOKEN` environment variable to authenticate with VRChat's API. This isn't technically
recommended and a more robust authentication system (see: _correct_) should be considered for serious use (see: VEMS).