mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed unused environment variable from compose.yml (#22134)
no issue - I had plans to use this environment variable for the docker compose setup, but haven't implemented anything with it yet — removing it for now since it's not doing anything at the moment.
This commit is contained in:
parent
637db69ddd
commit
ebc75f79bf
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ services:
|
|||
environment:
|
||||
- DEBUG=${DEBUG:-}
|
||||
- GHOST_DEV_APP_FLAGS=${GHOST_DEV_APP_FLAGS:-}
|
||||
- GHOST_DEV_MODE=${GHOST_DEV_MODE:-}
|
||||
- STRIPE_SECRET_KEY=${STRIPE_SECRET_KEY:-}
|
||||
- STRIPE_PUBLISHABLE_KEY=${STRIPE_PUBLISHABLE_KEY:-}
|
||||
- STRIPE_ACCOUNT_ID=${STRIPE_ACCOUNT_ID:-}
|
||||
|
|
Loading…
Add table
Reference in a new issue