Skip to content

Commit

Permalink
#3 Docs: add .env examples
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBlacky committed Feb 7, 2019
1 parent 3f28a02 commit bf0cd26
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
GLS_CONNECTOR_HOST=127.0.0.1
GLS_CONNECTOR_PORT=3000
GLS_PROVIDER_WIF=
GLS_PROVIDER_USERNAME=
GLS_MONGO_CONNECT=mongodb://bandwidth_mongo:27017/admin
GLS_METRICS_HOST=
GLS_METRICS_PORT=
GLS_MONGO_CONNECT=mongodb://localhost:27017/admin
CMN_CYBERWAY_HTTP_URL=
CMN_PROVIDER_PUBLIC_KEY=
CMN_PROVIDER_WIF=
CMN_PROVIDER_USERNAME=
GLS_CHANNEL_TTL=

0 comments on commit bf0cd26

Please sign in to comment.