-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-compose step close to working
- Loading branch information
Bruce Potter
committed
Jun 20, 2020
1 parent
0179afd
commit 57374fb
Showing
3 changed files
with
80 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
TraceRootPath /tmp/trace | ||
TraceLevel TRACE | ||
UnsecureListeningPort ${CSS_PORT} | ||
PersistenceRootPath /var/wiotp-edge/persist/ | ||
NodeType CSS | ||
MongoAuthDbName d_edge | ||
MongoAddressCsv mongo:${MONGO_PORT} | ||
LogTraceDestination stdout,glog | ||
LogRootPath /tmp | ||
LogLevel TRACE | ||
ListeningType unsecure | ||
UnsecureListeningPort ${CSS_PORT} | ||
CommunicationProtocol ${HZN_TRANSPORT} | ||
OrgID ${EXCHANGE_USER_ORG} | ||
LogLevel INFO | ||
LogTraceDestination stdout | ||
TraceLevel INFO | ||
MongoAddressCsv mongo:${MONGO_PORT} | ||
MongoAuthDbName admin | ||
MongoUsername admin | ||
MongoPassword | ||
MongoUseSSL false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters