mirror of https://github.com/status-im/fathom.git
Heroku setup docs: remove errant space
This commit is contained in:
parent
b683d5606c
commit
23a35b2f2e
|
@ -64,7 +64,7 @@ heroku config:set PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/
|
|||
FATHOM_DATABASE_DRIVER=postgres \
|
||||
FATHOM_DATABASE_URL=$(heroku config:get DATABASE_URL) \
|
||||
FATHOM_DEBUG=true \
|
||||
FATHOM_SECRET= $(openssl rand -base64 32) \
|
||||
FATHOM_SECRET=$(openssl rand -base64 32) \
|
||||
FATHOM_GZIP=true
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue