Skip to content

Commit f88e1dc

Browse files
committed
reset history
0 parents  commit f88e1dc

File tree

2,946 files changed

+251027
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,946 files changed

+251027
-0
lines changed

Diff for: .browserlistrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
>0.05%

Diff for: .dockerignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
aws/
2+
awscliv2.zip
3+
.git/
4+
*docker-compose*
5+
node_modules
6+
kubectl
7+
lib/
8+
packages/client/dist
9+
packages/native-plugin-example
10+
packages/docs
11+
packages/ops
12+
readme/
13+
tests/
14+
vendor/
15+
packages/**/node_modules
16+
package-lock.json
17+
packages/**/package-lock.json
18+
19+
20+
kubernetes/**
21+
.vscode
22+
config/prod.json
23+
24+
.env
25+
.env.local
26+
.idea/

Diff for: .env.local.default

+206
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
# Note:- Replace localhost with '127.0.0.1' for Mac OSX
2+
# Linux and Windows will work fine with 'localhost'.
3+
4+
# For running on some static IP, replace localhost with IP to use (Usually the network IP assigned to your device).
5+
6+
# General ------------------------
7+
LOCAL=true
8+
APP_ENV=development
9+
DEPLOY_STAGE=local
10+
RELEASE_NAME=
11+
NOSSL=false
12+
CERT=certs/cert.pem
13+
KEY=certs/key.pem
14+
# --------------------------------
15+
16+
17+
# Client variables ---------------
18+
APP_TITLE=XREngine
19+
APP_LOGO=https://xrengine-static.s3-us-east-1.amazonaws.com/logo.png
20+
APP_URL=https://localhost:3000
21+
APP_HOST=localhost:3000
22+
APP_PORT=3000
23+
24+
# Vite variables - Exposed to client side
25+
VITE_GA_TRACKING_ID=
26+
VITE_SENTRY_DSN=
27+
VITE_APP_HOST=localhost
28+
VITE_APP_PORT=3000
29+
VITE_FILE_SERVER=https://localhost:8642
30+
VITE_SERVER_HOST=localhost
31+
VITE_SERVER_PORT=3030
32+
VITE_CORS_SERVER_PORT=3035
33+
VITE_GAMESERVER_HOST=localhost
34+
VITE_GAMESERVER_PORT=3031
35+
VITE_FEATHERS_STORE_KEY=TheOverlay-Auth-Store
36+
VITE_LOCAL_STORAGE_KEY=theoverlay-client-store-key-v1
37+
VITE_EMAILJS_SERVICE_ID=
38+
VITE_EMAILJS_TEMPLATE_ID=
39+
VITE_EMAILJS_USER_ID=
40+
VITE_ROOT_REDIRECT=false
41+
VITE_READY_PLAYER_ME_URL=https://xre.readyplayer.me
42+
# For Local use - 'https://authorization.localhost:33443'
43+
# For Production use - 'https://authn.io'
44+
VITE_MEDIATOR_SERVER=https://authn.io
45+
VITE_ETH_MARKETPLACE=http://127.0.0.1:4000
46+
# --------------------------------
47+
48+
49+
# DB variables -------------------
50+
MYSQL_USER=server
51+
MYSQL_PASSWORD=password
52+
MYSQL_DATABASE=xrengine
53+
MYSQL_HOST=127.0.0.1
54+
MYSQL_PORT=3306
55+
MYSQL_URL=
56+
57+
MYSQL_TEST_USER=server
58+
MYSQL_TEST_PASSWORD=password
59+
MYSQL_TEST_DATABASE=xrengine
60+
MYSQL_TEST_HOST=127.0.0.1
61+
MYSQL_TEST_PORT=3305
62+
MYSQL_TEST_URL=
63+
# --------------------------------
64+
65+
66+
# Server variables ---------------
67+
SERVER_MODE=local
68+
SERVER_HOST=localhost
69+
SERVER_PORT=3030
70+
SERVER_URL=https://localhost:3030
71+
CORS_SERVER_PORT=3029
72+
73+
SERVER_PUBLIC_DIR=
74+
PERFORM_DRY_RUN=false
75+
STORAGE_PROVIDER=local
76+
LOCAL_STORAGE_PROVIDER=localhost:8642
77+
LOCAL_STORAGE_PROVIDER_PORT=8642
78+
GOOGLE_ANALYTICS_TRACKING_ID=
79+
HUB_ENDPOINT=https://xrengine.io
80+
81+
82+
83+
MATCHMAKER_EMULATION_MODE=true
84+
# --------------------------------
85+
86+
87+
# Analytics variables ---------------
88+
ANALYTICS_PORT=3032
89+
# --------------------------------
90+
91+
92+
# Kubernates ---------------------
93+
KUBERNETES=false
94+
KUBERNETES_SERVICE_HOST=
95+
KUBERNETES_PORT_443_TCP_PORT=
96+
# --------------------------------
97+
98+
# Game server variables ----------
99+
GAMESERVER_DOMAIN=00000.gameserver-test.xrengine.io
100+
RTC_START_PORT=40000
101+
RTC_END_PORT=49999
102+
RTC_PORT_BLOCK_SIZE=50
103+
GAMESERVER_HOST=localhost
104+
GAMESERVER_PORT=3031
105+
GAMESERVER_MODE=local
106+
# --------------------------------
107+
108+
# Email variables ----------------
109+
SMTP_HOST=email-smtp.us-west-1.amazonaws.com
110+
SMTP_PORT=465
111+
SMTP_SECURE=true
112+
SMTP_USER=AKIARQM6EGKHDSORVC6Z
113+
SMTP_PASS=
114+
SMTP_FROM_NAME=noreply
115+
116+
# --------------------------------
117+
118+
# Authentication -----------------
119+
AUTH_SECRET=test
120+
121+
DISCORD_CALLBACK_URL=https://localhost:3000/auth/oauth/discord
122+
DISCORD_CLIENT_ID=928436900031787030
123+
DISCORD_CLIENT_SECRET=
124+
125+
FACEBOOK_CALLBACK_URL=https://localhost:3000/auth/oauth/facebook
126+
FACEBOOK_CLIENT_ID=262344435023143
127+
FACEBOOK_CLIENT_SECRET=
128+
129+
GITHUB_CALLBACK_URL=https://localhost:3000/auth/oauth/github
130+
GITHUB_APP_ID=
131+
GITHUB_CLIENT_ID=
132+
GITHUB_CLIENT_SECRET=
133+
134+
GOOGLE_CALLBACK_URL=https://localhost:3000/auth/oauth/google
135+
GOOGLE_CLIENT_ID=502422558160-5co6malq1jaj7qnnf1jjreia2pr9jjvm.apps.googleusercontent.com
136+
GOOGLE_CLIENT_SECRET=
137+
138+
LINKEDIN_CALLBACK_URL=https://localhost:3000/auth/oauth/linkedin
139+
LINKEDIN_CLIENT_ID=
140+
LINKEDIN_CLIENT_SECRET=
141+
142+
TWITTER_CALLBACK_URL=https://localhost:3000/auth/oauth/twitter
143+
TWITTER_CLIENT_ID=
144+
TWITTER_CLIENT_SECRET=
145+
# --------------------------------
146+
147+
# AWS variables
148+
# - SMS
149+
AWS_SMS_ACCESS_KEY_ID=AKIARQM6EGKHAEN2K47Y
150+
AWS_SMS_REGION=us-west-1
151+
AWS_SMS_SECRET_ACCESS_KEY=
152+
AWS_SMS_TOPIC_ARN=arn:aws:sns:us-west-1:103947711118:theoverlay
153+
AWS_SMS_APPLICATION_ID=
154+
AWS_SMS_SENDER_ID=
155+
156+
# - Cloud front
157+
STORAGE_CLOUDFRONT_DOMAIN=resources.xrengine.io
158+
STORAGE_CLOUDFRONT_DISTRIBUTION_ID=E3E9EQTR0OYMND
159+
160+
# - S3
161+
STORAGE_S3_REGION=us-west-1
162+
STORAGE_S3_STATIC_RESOURCE_BUCKET=xrengine-static-resources
163+
STORAGE_S3_AVATAR_DIRECTORY=avatars
164+
165+
# Possible values:
166+
# local - for local development,
167+
# dev - for live development environment,
168+
# <empty or not defined> - for production environment,
169+
STORAGE_S3_DEV_MODE=local
170+
171+
# - Route 53
172+
ROUTE53_HOSTED_ZONE_ID=
173+
ROUTE53_ACCESS_KEY_ID=
174+
ROUTE53_ACCESS_KEY_SECRET=
175+
176+
# - keys
177+
STORAGE_AWS_ACCESS_KEY_ID=
178+
STORAGE_AWS_ACCESS_KEY_SECRET=
179+
# --------------------------------
180+
181+
182+
# Chargebee variables ------------
183+
CHARGEBEE_SITE=xrengine-test
184+
CHARGEBEE_API_KEY=
185+
# --------------------------------
186+
187+
188+
# Redish variables ---------------
189+
REDIS_ENABLED=true
190+
REDIS_ADDRESS=localhost
191+
REDIS_PORT=6379
192+
# REDIS_PASSWORD=
193+
# --------------------------------
194+
195+
#define user scope
196+
DEFAULT_GUEST_SCOPES=editor:write,location:read,location:write
197+
DEFAULT_USER_SCOPES=editor:write,location:read,location:write
198+
199+
#define Blockchain url
200+
BLOCKCHAIN_URL=http://localhost:8080/api/v1
201+
BLOCKCHAIN_URL_SECRET=secret
202+
203+
FRONTEND_SERVICE_URL=https://local-matchmaking.xrengine.io/v1/frontendservice
204+
205+
#define logging url
206+
ELASTIC_HOST=http://localhost:9200

Diff for: .github/FUNDING.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # [xrfoundation]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: xrfoundation
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

Diff for: .github/pull_request_template.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Summary
2+
3+
_A summary of changes being made in this PR_
4+
5+
6+
## References
7+
8+
closes #_insert number here_
9+
10+
11+
## Checklist
12+
- [ ] CI/CD checks pass `npm run check`
13+
- [ ] Linter passing via `npm run lint`
14+
- [ ] Typescript passing via `npm run check-errors`
15+
- [ ] Unit & Integration tests passing via `npm run test`
16+
- [ ] Docker build process passing via `npm run build-client`
17+
- [ ] If this PR is still a WIP, convert to a draft
18+
- [ ] When this PR is ready, mark it as "Ready for review"
19+
- [ ] Changes have been manually QA'd
20+
- [ ] Changes reviewed by at least 2 approved reviewers
21+
22+
23+
## QA Steps
24+
25+
_List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos._
26+
27+
28+
## Reviewers
29+
30+
_Reviewers for this PR_

0 commit comments

Comments
 (0)