fix example env variable names
https://github.com/ohmyform/ohmyform/issues/134
This commit is contained in:
parent
feff3056a5
commit
4eb162b8e0
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- heroku deployments
|
||||
- fix problem with node-prune on production build
|
||||
- variable names in examples (https://github.com/ohmyform/ohmyform/issues/134)
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
@ -13,7 +13,8 @@ services:
|
||||
ui:
|
||||
image: ohmyform/ui
|
||||
environment:
|
||||
API_HOST: http://localhost:8090/graphql
|
||||
ENDPOINT: http://localhost:8090/graphql
|
||||
SERVER_ENDPOINT: http://api:5000/graphql
|
||||
PORT: 5000
|
||||
ports:
|
||||
- "8080:5000"
|
||||
|
||||
@ -20,6 +20,7 @@ services:
|
||||
ui:
|
||||
image: ohmyform/ui
|
||||
environment:
|
||||
SERVER_ENDPOINT: http://api:5000/graphql
|
||||
PORT: 5000
|
||||
api:
|
||||
image: ohmyform/api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user