You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Dmitry Golysh edited this page Jun 19, 2016
·
5 revisions
If you need to set up environment variables - just copy .env.example to .env and feel free to set up
By default (without copying) will be work in ENV_CONFIG=default (all settings as in .env.example)
The .env.example looks like
# ENV_CONFIG# can be:# default - set up to our real backend (localhost:3000), uses by default# fakeBack - set up to fake backend# heroku - set up to our heroku api application# heroku-qa - set up to our heroku-qa api application
ENV_CONFIG = default
# RELEASE
RELEASE=''# BLOCK for E2E configuration
E2E_MQTT_HOSTNAME='localhost'
E2E_MQTT_PORT='1883'
E2E_MQTT_USERNAME='USERNAME'
E2E_MQTT_PASSWORD='PASSWORD'