avonian/soundstage-vr

implement multiple spaces

Closed this issue · 3 comments

implement multiple spaces

@jalmasi and @eldinor I finished implementing multiple spaces.

We can now run parallel events and do our own testing/dev in isolated environments (so we dont interfere with each other)

After pulling latest code you'll need to overwrite your .env with the latest from .env.sample and update event_slug, alias, and highFidelity.token in the .env file as per below:

josip

event_slug: josips-dev-space
alias: Josip
token:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfaWQiOiJmMzRlZmViZC00YWRjLTRlZTMtOWNkNS0yOGE3OTcwOThhZmQiLCJzcGFjZV9pZCI6ImQxYmM3Yjg0LTUwYmUtNDU0Zi04Yzc4LTczNmVhN2Q0NzYwYSIsInN0YWNrIjoiYXVkaW9uZXQtbWl4ZXItYXBpLXByby0wNCJ9.wEWH51psnWL5tnQniKrTF8s8iwYa6PYCH8EskgpVtFo

andrei

event_slug: andreis-dev-space
alias: Andrei
token:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBfaWQiOiJmMzRlZmViZC00YWRjLTRlZTMtOWNkNS0yOGE3OTcwOThhZmQiLCJzcGFjZV9pZCI6ImFjMWJmZTI3LTcxMzQtNDBjMy1hMWQ3LWUxZTU3ODViNTQzYSIsInN0YWNrIjoiYXVkaW9uZXQtbWl4ZXItYXBpLXByby0wNCJ9.7MFBXLYIIp2Se3chviMA9z8Ad-61o7wIe1V6wp04Y9Q

let me know if you have any issues, I'll close this ticket in a few days.

Works fine, .env.sample contains config template

All works, closing the issue.