|
@@ -5,14 +5,16 @@ VITE_ENV=development
|
|
|
VITE_ENV_SELECTION_ENABLED=true
|
|
|
# default env in environments admin modal. Can be production, development, next or local. If not provided, VITE_ENV will be used
|
|
|
VITE_DEFAULT_DATA_ENV=
|
|
|
-# forces maintenance screen. Set to true if Orion service is unavailable for a longer time
|
|
|
+# forces maintenance screen. Set to true if Orion service is unavailable for a longer time
|
|
|
VITE_FORCE_MAINTENANCE=
|
|
|
|
|
|
# App configuration
|
|
|
VITE_APP_ID=4414-2
|
|
|
VITE_APP_NAME=Atlas
|
|
|
|
|
|
+
|
|
|
VITE_AVATAR_SERVICE_URL=https://atlas-services.joystream.org/avatars
|
|
|
+VITE_ASSET_LOGS_URL=
|
|
|
VITE_GEOLOCATION_SERVICE_URL=https://geolocation.joystream.org
|
|
|
VITE_HCAPTCHA_SITE_KEY=41cae189-7676-4f6b-aa56-635be26d3ceb
|
|
|
VITE_GOOGLE_CONSOLE_CLIENT_ID=
|
|
@@ -24,6 +26,13 @@ VITE_GOOGLE_CONSOLE_CLIENT_ID=246331758613-rc1psegmsr9l4e33nqu8rre3gno5dsca.apps
|
|
|
VITE_YOUTUBE_SYNC_API_URL=https://52.204.147.11.nip.io
|
|
|
VITE_YOUTUBE_COLLABORATOR_MEMBER_ID=18
|
|
|
|
|
|
+# Analytics tools
|
|
|
+VITE_GA_ID=
|
|
|
+VITE_SEGMENT_ID=
|
|
|
+VITE_SENTRY_DSN=
|
|
|
+VITE_OPTIMIZE_ID=
|
|
|
+VITE_USERSNAP_ID=
|
|
|
+
|
|
|
# Production env URLs
|
|
|
VITE_PRODUCTION_ORION_URL=https://orion.joystream.org/graphql
|
|
|
VITE_PRODUCTION_QUERY_NODE_SUBSCRIPTION_URL=wss://orion.joystream.org/graphql
|