-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
44 lines (36 loc) · 1.01 KB
/
.env.example
File metadata and controls
44 lines (36 loc) · 1.01 KB
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
# Required for running the Bot
DISCORD_TOKEN=
DISCORD_CLIENT_ID=
SRCDS_LOG_ADDRESS=
# Required for interacting with Oracle Cloud
OCI_CONFIG_FILE=
# Required for interacting with AWS
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# Required for the Standard-Competitive Variant
DEMOS_TF_APIKEY=
LOGS_TF_APIKEY=
# Required if using PayPal Payment Method
PAYPAL_CLIENT_ID=
PAYPAL_CLIENT_SECRET=
PAYPAL_ENV=sandbox
PAYPAL_WEBHOOK_ID=
# Required if using Adyen Payment Method
ADYEN_API_KEY=
ADYEN_MERCHANT_ACCOUNT=
ADYEN_ENV="test"
ADYEN_HMAC_KEY=
# For the for HTTP Endpoint (Used to receive webhooks )
HTTP_PORT=3000
# Auth0 Configuration (for M2M authentication)
AUTH0_DOMAIN=
AUTH0_AUDIENCE=
# Telemetry
OTEL_SERVICE_NAME=tf2-quickserver
OTEL_RESOURCE_ATTRIBUTES=service.environment=localhost
OTEL_EXPORTER_OTLP_ENDPOINT=
OTEL_EXPORTER_OTLP_HEADERS=api-key=
OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT=
OTEL_EXPORTER_OTLP_COMPRESSION=gzip
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE=delta