forked from MarcelRaschke/hubs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.defaults
35 lines (26 loc) · 1.65 KB
/
.env.defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# To override these variables, create a .env file containing the overrides.
# Domain for short links
SHORTLINK_DOMAIN="hub.link"
# The Reticulum backend to connect to. Used for storing information about active hubs.
# See here for the server code: https://github.com/mozilla/reticulum
RETICULUM_SERVER="dev.reticulum.io"
# CORS proxy.
CORS_PROXY_SERVER="cors-proxy-dev.reticulum.io"
# The thumbnailing backend to connect to.
# See here for the server code: https://github.com/MozillaReality/farspark or https://github.com/MozillaReality/nearspark
THUMBNAIL_SERVER="nearspark-dev.reticulum.io"
# The root URL under which Hubs expects environment GLTF bundles to be served.
ASSET_BUNDLE_SERVER="https://asset-bundles-prod.reticulum.io"
# Comma-separated list of domains which are known to not need CORS proxying
NON_CORS_PROXY_DOMAINS="hubs.local,dev.reticulum.io"
# A comma-separated list of environment URLs to make available in the picker, besides the defaults.
# These URLs are expected to be relative to ASSET_BUNDLE_SERVER.
EXTRA_ENVIRONMENTS=
# The root URL under which Hubs expects static assets to be served.
BASE_ASSETS_PATH=/
# This origin trial token is used to enable WebVR in Android Chrome for hubs.mozilla.com.
# You can find more information about getting your own origin trial token here:
# https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md
ORIGIN_TRIAL_TOKEN="AtOSmCIwReA1cq9L756ii6hccpiM4ObrwF0bYDmr1nNzMQi2zTjoN1puufPHt+QUwcx0F6rbLEPj/YrQanRQUA8AAABVeyJvcmlnaW4iOiJodHRwczovL2h1YnMubW96aWxsYS5jb206NDQzIiwiZmVhdHVyZSI6IldlYlZSMS4xTTYyIiwiZXhwaXJ5IjoxNTM2NjI0MDAwfQ=="
ORIGIN_TRIAL_EXPIRES="2018-09-11"
DEFAULT_SCENE_SID="JGLt8DP"