1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/mongoui/mongoui-master/config_default.json
2015-06-25 19:40:52 -05:00

11 lines
172 B
JSON

{
"database": {
"default": {
"host": "localhost",
"port": 27017,
"name": "storify_localhost",
"username": "",
"password": ""
}
}
}