mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
newst
This commit is contained in:
1
mongoui/mongoui-master/.gitignore
vendored
1
mongoui/mongoui-master/.gitignore
vendored
@@ -1,3 +1,2 @@
|
||||
npm-debug.log
|
||||
config.json
|
||||
public/gen
|
||||
11
mongoui/mongoui-master/config.json
Normal file
11
mongoui/mongoui-master/config.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"database": {
|
||||
"default": {
|
||||
"host": "localhost",
|
||||
"port": 27017,
|
||||
"name": "storify_localhost",
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
11
mongoui/mongoui-master/config_default.json
Normal file
11
mongoui/mongoui-master/config_default.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"database": {
|
||||
"default": {
|
||||
"host": "localhost",
|
||||
"port": 27017,
|
||||
"name": "storify_localhost",
|
||||
"username": "",
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user