Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.local.default
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ SMTP_SECURE=true
SMTP_USER=AKIARQM6EGKHDSORVC6Z
SMTP_PASS=
SMTP_FROM_NAME=noreply
SMTP_FROM_EMAIL=[email protected]
SMTP_FROM_EMAIL=<ENTER_SENDER_EMAIL>
# --------------------------------

# Authentication -----------------
Expand Down
2 changes: 1 addition & 1 deletion packages/client/scripts/getClientSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const getClientSetting = async () => {
}) || {
logo: './logo.svg',
title: 'XREngine',
url: 'https://local.theoverlay.io',
url: 'https://local.etherealengine.com',
releaseName: 'local',
siteDescription: 'Connected Worlds for Everyone',
favicon32px: '/favicon-32x32.png',
Expand Down
88 changes: 44 additions & 44 deletions packages/ops/configs/local.template.values.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
client:
extraEnv:
API_ASSETS_ACTION: assets
API_SERVER_ADDRESS: api-local.theoverlay.io
API_SERVER_ADDRESS: api-local.etherealengine.com
API_SOCKET_ENDPOINT: /socket
API_SERVER: https://api-local.theoverlay.io
CLIENT_ADDRESS: https://local.theoverlay.io
API_SERVER: https://api-local.etherealengine.com
CLIENT_ADDRESS: https://local.etherealengine.com
CLIENT_SCENE_ROUTE: /scenes/
CLIENT_LOCAL_SCENE_ROUTE: "/scene.html?scene_id="
CORS_PROXY_SERVER: https://api-local.theoverlay.io
HOST_IP: https://api-local.theoverlay.io
CORS_PROXY_SERVER: https://api-local.etherealengine.com
HOST_IP: https://api-local.etherealengine.com
HOST_PORT: "3000"
GITHUB_ORG: xr3ngine
GITHUB_REPO: spoke
IS_MOZ: "false"
NEXT_PUBLIC_API_SERVER: https://api-local.theoverlay.io
NEXT_PUBLIC_API_SERVER: https://api-local.etherealengine.com
NODE_ENV: production
NON_CORS_PROXY_DOMAINS: "reticulum.io,theoverlay.io,amazonaws.com"
NON_CORS_PROXY_DOMAINS: "reticulum.io,etherealengine.com,amazonaws.com"
ROUTER_BASE_PATH: /spoke
SITE_DESC: Connected Worlds for Everyone
SITE_TITLE: XR3ngine
THUMBNAIL_ROUTE: /thumbnail/
THUMBNAIL_SERVER: https://api-local.theoverlay.io
THUMBNAIL_SERVER: https://api-local.etherealengine.com
USE_DIRECT_UPLOAD_API: "true"
USE_HTTPS: "true"
image:
Expand All @@ -31,12 +31,12 @@ client:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
hosts:
- host: local.theoverlay.io
- host: local.etherealengine.com
paths:
- /
service:
type: NodePort
domain: theoverlay.io
domain: etherealengine.com
sql:
database: xrengine
password: password
Expand All @@ -56,17 +56,17 @@ api:
region: us-east-1
static_resource_bucket: xr3ngine-static-resources
cloudfront:
domain: resources.theoverlay.io
domain: resources.etherealengine.com
sns:
access_key_id: <SNS_USER_ACCESS_KEY>
application_id: <SNS_APPLICATION_ID>
region: <SNS_REGION>
secret_access_key: <SNS_USER_SECRET_KEY>
sender_id: <SNS_SENDER_ID>
host: https://local.theoverlay.io/
host: https://local.etherealengine.com/
extraEnv:
APP_HOST: local.theoverlay.io
APP_URL: https://local.theoverlay.io
APP_HOST: local.etherealengine.com
APP_URL: https://local.etherealengine.com
AUTH_SECRET: <AUTH_SECRET_UUID_OR_SIMILAR>
ELASTIC_HOST: "http://host.minikube.internal:9200"
AWS_SMS_ACCESS_KEY_ID: <SNS_USER_ACCESS_KEY>
Expand All @@ -76,25 +76,25 @@ api:
CERT: certs/cert.pem
KEY: certs/key.pem
CORS_SERVER_PORT: "3036"
FACEBOOK_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/facebook
FACEBOOK_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/facebook
FACEBOOK_CLIENT_ID: "<FACEBOOK_CLIENT_ID>"
FACEBOOK_CLIENT_SECRET: "<FACEBOOK_CLIENT_SECRET>"
FORCE_DB_REFRESH: "false"
INSTANCESERVER_DOMAIN: instanceserver-local.theoverlay.io
GITHUB_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/github
INSTANCESERVER_DOMAIN: instanceserver-local.etherealengine.com
GITHUB_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/github
GITHUB_CLIENT_ID: "<GITHUB_CLIENT_ID>"
GITHUB_CLIENT_SECRET: "<GITHUB_CLIENT_SECRET>"
GOOGLE_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/google
GOOGLE_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/google
GOOGLE_CLIENT_ID: "<GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET: "<GOOGLE_CLIENT_SECRET>"
LOCAL: "true"
MAGICLINK_EMAIL_SUBJECT: Login to XR3ngine
MAIL_FROM: info@login.theoverlay.io
MAIL_FROM: info@login.etherealengine.com
SEVER_ENABLED: "true"
SERVER_HOST: "api-local.theoverlay.io"
SERVER_HOST: "api-local.etherealengine.com"
SERVER_MODE: "api"
SERVER_PORT: "3030"
SMTP_FROM_EMAIL: info@login.theoverlay.io
SMTP_FROM_EMAIL: info@login.etherealengine.com
SMTP_FROM_NAME: noreply
SMTP_HOST: email-smtp.<SMTP_REGION>.amazonaws.com
SMTP_PASS: <SMTP_PASSWORD>
Expand All @@ -106,7 +106,7 @@ api:
LOCAL_STORAGE_PROVIDER_PORT: "8642"
STORAGE_AWS_ACCESS_KEY_ID: <S3_USER_ACCESS_KEY>
STORAGE_AWS_ACCESS_KEY_SECRET: <S3_USER_SECRET_KEY>
STORAGE_CLOUDFRONT_DOMAIN: resources.theoverlay.io
STORAGE_CLOUDFRONT_DOMAIN: resources.etherealengine.com
STORAGE_S3_REGION: <S3_REGION>
STORAGE_S3_STATIC_RESOURCE_BUCKET: xrengine-static-resources
image:
Expand All @@ -117,7 +117,7 @@ api:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "false"
# nginx.ingress.kubernetes.io/cors-allow-origin: https://local.theoverlay.io
# nginx.ingress.kubernetes.io/cors-allow-origin: https://local.etherealengine.com
nginx.ingress.kubernetes.io/proxy-body-size: 256m
nginx.ingress.kubernetes.io/affinity: cookie
nginx.ingress.kubernetes.io/affinity-mode: persistent
Expand All @@ -140,7 +140,7 @@ api:
proxy_pass $saved_redirect_location;
}
hosts:
- host: api-local.theoverlay.io
- host: api-local.etherealengine.com
paths:
- /

Expand All @@ -159,17 +159,17 @@ media:
region: us-east-1
static_resource_bucket: xr3ngine-static-resources
cloudfront:
domain: resources.theoverlay.io
domain: resources.etherealengine.com
sns:
access_key_id: <SNS_USER_ACCESS_KEY>
application_id: <SNS_APPLICATION_ID>
region: <SNS_REGION>
secret_access_key: <SNS_USER_SECRET_KEY>
sender_id: <SNS_SENDER_ID>
host: https://local.theoverlay.io/
host: https://local.etherealengine.com/
extraEnv:
APP_HOST: local.theoverlay.io
APP_URL: https://local.theoverlay.io
APP_HOST: local.etherealengine.com
APP_URL: https://local.etherealengine.com
AUTH_SECRET: <AUTH_SECRET_UUID_OR_SIMILAR>
AWS_SMS_ACCESS_KEY_ID: <SNS_USER_ACCESS_KEY>
AWS_SMS_REGION: <SNS_REGION>
Expand All @@ -179,24 +179,24 @@ media:
CERT: certs/cert.pem
KEY: certs/key.pem
CORS_SERVER_PORT: "3036"
FACEBOOK_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/facebook
FACEBOOK_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/facebook
FACEBOOK_CLIENT_ID: "<FACEBOOK_CLIENT_ID>"
FACEBOOK_CLIENT_SECRET: "<FACEBOOK_CLIENT_SECRET>"
FORCE_DB_REFRESH: "false"
INSTANCESERVER_DOMAIN: instanceserver-local.theoverlay.io
GITHUB_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/github
INSTANCESERVER_DOMAIN: instanceserver-local.etherealengine.com
GITHUB_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/github
GITHUB_CLIENT_ID: "<GITHUB_CLIENT_ID>"
GITHUB_CLIENT_SECRET: "<GITHUB_CLIENT_SECRET>"
GOOGLE_CALLBACK_URL: https://local.theoverlay.io/auth/oauth/google
GOOGLE_CALLBACK_URL: https://local.etherealengine.com/auth/oauth/google
GOOGLE_CLIENT_ID: "<GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET: "<GOOGLE_CLIENT_SECRET>"
LOCAL: "true"
MAGICLINK_EMAIL_SUBJECT: Login to XR3ngine
MAIL_FROM: info@login.theoverlay.io
MAIL_FROM: info@login.etherealengine.com
SEVER_ENABLED: "true"
SERVER_HOST: "api-local.theoverlay.io"
SERVER_HOST: "api-local.etherealengine.com"
SERVER_PORT: "3030"
SMTP_FROM_EMAIL: info@login.theoverlay.io
SMTP_FROM_EMAIL: info@login.etherealengine.com
SMTP_FROM_NAME: noreply
SMTP_HOST: email-smtp.<SMTP_REGION>.amazonaws.com
SMTP_PASS: <SMTP_PASSWORD>
Expand All @@ -207,7 +207,7 @@ media:
LOCAL_STORAGE_PROVIDER: "localhost:8642"
STORAGE_AWS_ACCESS_KEY_ID: <S3_USER_ACCESS_KEY>
STORAGE_AWS_ACCESS_KEY_SECRET: <S3_USER_SECRET_KEY>
STORAGE_CLOUDFRONT_DOMAIN: resources.theoverlay.io
STORAGE_CLOUDFRONT_DOMAIN: resources.etherealengine.com
STORAGE_S3_REGION: <S3_REGION>
STORAGE_S3_STATIC_RESOURCE_BUCKET: xrengine-static-resources
image:
Expand All @@ -218,12 +218,12 @@ media:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-origin: https://local.theoverlay.io
nginx.ingress.kubernetes.io/cors-allow-origin: https://local.etherealengine.com
nginx.ingress.kubernetes.io/proxy-body-size: 5m
nginx.ingress.kubernetes.io/affinity: cookie
nginx.ingress.kubernetes.io/affinity-mode: persistent
hosts:
- host: api-local.theoverlay.io
- host: api-local.etherealengine.com
paths:
- /video
service:
Expand All @@ -237,9 +237,9 @@ instanceserver:
repository: xrengine
pullPolicy: IfNotPresent
extraEnv:
APP_HOST: local.theoverlay.io
APP_HOST: local.etherealengine.com
AUTH_SECRET: <AUTH_SECRET_UUID_OR_SIMILAR>
APP_URL: https://local.theoverlay.io
APP_URL: https://local.etherealengine.com
CERT: certs/cert.pem
KEY: certs/key.pem
INSTANCESERVER_PORT: "3031"
Expand All @@ -250,19 +250,19 @@ instanceserver:
RTC_END_PORT: "40099"
RTC_PORT_BLOCK_SIZE: "100"
LOCAL: "true"
INSTANCESERVER_DOMAIN: instanceserver-local.theoverlay.io
INSTANCESERVER_DOMAIN: instanceserver-local.etherealengine.com
INSTANCESERVER_MODE: "realtime"
STORAGE_PROVIDER: local
LOCAL_STORAGE_PROVIDER: "localhost:8642"
LOCAL_STORAGE_PROVIDER_PORT: "8642"
NODE_TLS_REJECT_UNAUTHORIZED: "0"
STORAGE_AWS_ACCESS_KEY_ID: <S3_USER_ACCESS_KEY>
STORAGE_AWS_ACCESS_KEY_SECRET: <S3_USER_SECRET_KEY>
STORAGE_CLOUDFRONT_DOMAIN: resources.theoverlay.io
STORAGE_CLOUDFRONT_DOMAIN: resources.etherealengine.com
STORAGE_S3_REGION: <S3_REGION>
STORAGE_S3_STATIC_RESOURCE_BUCKET: xrengine-static-resources
ingress:
host: instanceserver-local.theoverlay.io
host: instanceserver-local.etherealengine.com
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
Expand Down Expand Up @@ -290,7 +290,7 @@ redis:

testbot:
extraEnv:
APP_HOST: local.theoverlay.io
APP_HOST: local.etherealengine.com
image:
repository: xrengine-testbot
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion packages/ops/ipfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: ipfs.theoverlay.io
- host: ipfs.etherealengine.com
paths:
- path: /
pathType: ImplementationSpecific
Expand Down
2 changes: 1 addition & 1 deletion packages/ops/rippled/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: ripple.theoverlay.io
- host: ripple.etherealengine.com
paths:
- path: /
pathType: ImplementationSpecific
Expand Down