-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 845 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Environment variables for Ghost development with docker compose
## Use this file by running `cp .env.example .env` and then editing the values as needed
# Docker Compose profiles to enable
## Run `docker compose config --profiles` to see all available profiles
## See https://docs.docker.com/compose/how-tos/profiles/ for more information
# COMPOSE_PROFILES=stripe
# Debug level to pass to Ghost
# DEBUG=
# Stripe keys - used to forward Stripe webhooks to Ghost
## Stripe Secret Key: sk_test_*******
# STRIPE_SECRET_KEY=
## Stripe Publishable Key: pk_test_*******
#STRIPE_PUBLISHABLE_KEY=
## Stripe Account ID: acct_1*******
#STRIPE_ACCOUNT_ID=
# Mailgun SMTP credentials - used with `yarn dev:mailgun`
## SMTP username from Mailgun (often starts with `postmaster@`)
# MAILGUN_SMTP_USER=
## SMTP password from Mailgun
# MAILGUN_SMTP_PASS=