mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-25 08:06:23 +08:00
11 lines
286 B
JSON
11 lines
286 B
JSON
{
|
|
"warning": "This test is going to wipe your db, don't use a production machine",
|
|
"you've": "been warned...",
|
|
"host": "foo.com",
|
|
"port": 27017,
|
|
"name": "test-collection",
|
|
"credentials": {
|
|
"username": "foo",
|
|
"password": "secret"
|
|
}
|
|
} |