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