This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
83 lines (61 loc) · 2.07 KB
/
.env.example
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
############
## Common ##
############
# The Postgres database to connect to
DATABASE_URL=postgres://postgres:[email protected]:9427/postgres
# The NATS JetStream instance to connect to
NATS_URL=nats://127.0.0.1:9442
# The Redis store to connect to
REDIS_URL=redis://127.0.0.1:9428
# Where the API is publicly accessible
PUBLIC_URL=https://localhost.localdomain:8000
# The S3 bucket for storing data exports
EXPORT_BUCKET=some-s3-bucket-name
# OpenTelemetry exporter configuration
OTEL_ENABLE=no
OTEL_SERVICE_NAME=application-portal
OTEL_EXPORTER_OTLP_ENDPOINT=https://api.honeycomb.io
OTEL_EXPORTER_OTLP_HEADERS=x-honeycomb-team=your-team-token
OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_REQUEST=".*"
OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SERVER_RESPONSE=".*"
OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SANITIZE_FIELDS="set-cookie,cookie,authorization"
#########
## API ##
#########
# Algolia configuration
ALGOLIA_APP_ID=ABC123DEF
ALGOLIA_API_KEY=1234567890abcdeffedcba0987654321
# Where the frontend is publicly accessible
APP_URL=https://localhost.localdomain:3000
# Cookie settings
COOKIE_DOMAIN=localhost.localdomain
COOKIE_SECURE=true
# The S3 bucket for storing resumes
RESUME_BUCKET=some-s3-bucket-name
# The domain emails must end with to be automatically assigned organizer permissions
ORGANIZER_EMAIL_DOMAIN=wafflehacks.org
# The pre-shared key for authenticating WaffleBot
WAFFLEBOT_KEY=some-token-here
###########
## Tasks ##
###########
# The minimum level to emit logs at
LOG_LEVEL=INFO
# The mailer service to connect to
MAILER_API=http://127.0.0.1:9464
# The from email and optional reply to email
# The icon to show in the Discord embed
EMBED_ICON_URL=https://wafflehacks-static.s3.us-west-2.amazonaws.com/logos/logo.png
# Healthcheck server configuration
HEALTHCHECK_HOST=127.0.0.1
HEALTHCHECK_PORT=8000
#########
## AWS ##
#########
# AWS configuration
AWS_DEFAULT_REGION=us-west-2
# The AWS credentials
AWS_ACCESS_KEY_ID=AKIABCDEFGHIJKLMNOPQ
AWS_SECRET_ACCESS_KEY=abcdefghijklmnopqrstuvwxyz123456789ABCDE