avonian / soundstage-vr

0 stars 0 forks source link

implement multiple spaces #6

Closed avonian closed 3 years ago

avonian commented 3 years ago

@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 _eventslug, 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.

jalmasi commented 3 years ago

Works fine, .env.sample contains config template

eldinor commented 3 years ago

All works, closing the issue.