-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
46 lines (36 loc) · 985 Bytes
/
.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
SECRET_KEY=insecure-secret-key
LOGIN_CODE_SECRET=insecure-login-secret-key
APP_ENV=dev
PUBLIC_BASE_URL=http://localhost:8087
ADMIN_WEBSITE=https://www.thunderbird.net
# From Appointment
FXA_OPEN_ID_CONFIG=https://accounts.stage.mozaws.net/.well-known/openid-configuration
FXA_OAUTH_SERVER_URL=https://oauth.stage.mozaws.net/v1
FXA_PROFILE_SERVER_URL=https://profile.stage.mozaws.net/v1
FXA_CLIENT_ID=
FXA_SECRET=
FXA_CALLBACK=http://localhost:8087/api/v1/auth/fxa/callback
FXA_ALLOW_LIST=
FXA_ENCRYPT_SECRET=insecure-fxa-secret-key
# Database
DATABASE_NAME=accounts
DATABASE_USER=accounts
DATABASE_PASSWORD=accounts
DATABASE_HOST=postgres
# Cache
REDIS_URL=redis://redis:6379
# Auth scheme
AUTH_SCHEME=fxa
IMAP_HOST=localhost
IMAP_PORT=993
IMAP_TLS=True
SMTP_HOST=localhost
SMTP_PORT=465
SMTP_TLS=True
JMAP_HOST=localhost
JMAP_PORT=7768
JMAP_TLS=True
# MailChimp form URL for Wait List
WAIT_LIST_FORM_ACTION=