mongo-express에서 여러 DB를 보는 방법
1390 단어 MongoDBmongo-express
지난번 3분 내에 도입할 수 있는 MongoDB 데이터 시각화 도구 mongo-express 쓴 것처럼, MongoDB의 시각화 툴 mongo-express 를 사용하고 있습니다만, 복수 DB를 보는 방법을 조사했으므로 비잊습니다.
이것만
환경 변수 ME_CONFIG_MONGODB_ENABLE_ADMIN
를 true 로 하여 admin 접속 허가를 하면 됩니다.
$ env ME_CONFIG_MONGODB_ENABLE_ADMIN=true node app
시작 예
$ env ME_CONFIG_MONGODB_ENABLE_ADMIN=true node app
Welcome to mongo-express
------------------------
Mongo Express server listening at http://localhost:8081
basicAuth credentials are "admin:pass", it is recommended you change this in your config.js!
Database connected
Admin Database connected
$ env ME_CONFIG_MONGODB_ENABLE_ADMIN=true node app
$ env ME_CONFIG_MONGODB_ENABLE_ADMIN=true node app
Welcome to mongo-express
------------------------
Mongo Express server listening at http://localhost:8081
basicAuth credentials are "admin:pass", it is recommended you change this in your config.js!
Database connected
Admin Database connected
Reference
이 문제에 관하여(mongo-express에서 여러 DB를 보는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/koshilife/items/2073629778d853544f08텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)