Files
deployd/test/db-remote.config.json
2012-09-18 22:56:12 -07:00

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"
}
}