Add Mongo webui (#1687)
* add mongo webui * update * Update env-example
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
6fa2b75bb7
commit
1823060c4b
@ -362,3 +362,9 @@ SOLR_DATAIMPORTHANDLER_MYSQL=false
|
||||
|
||||
### NETDATA ###############################################
|
||||
NETDATA_PORT=19999
|
||||
|
||||
### MONGOWEBUI ###############################################
|
||||
MONGO_WEBUI_PORT=3000
|
||||
MONGO_WEBUI_ROOT_URL=http://localhost
|
||||
MONGO_WEBUI_MONGO_URL=mongodb://mongo:27017/
|
||||
MONGO_WEBUI_INSTALL_MONGO=false
|
||||
|
Reference in New Issue
Block a user