Compare commits

...

1 Commits

Author SHA1 Message Date
Bennett Buchanan f853ecb75b FT: Update config 2017-08-12 11:47:54 -07:00
1 changed files with 11 additions and 8 deletions

View File

@ -23,11 +23,6 @@
"s3-website-sa-east-1.amazonaws.com", "s3-website-sa-east-1.amazonaws.com",
"s3-website.localhost", "s3-website.localhost",
"s3-website.scality.test"], "s3-website.scality.test"],
"cdmi": {
"host": "localhost",
"port": 81,
"path": "/dewpoint"
},
"bucketd": { "bucketd": {
"bootstrap": ["localhost"] "bootstrap": ["localhost"]
}, },
@ -53,14 +48,22 @@
}, },
"metadataDaemon": { "metadataDaemon": {
"bindAddress": "localhost", "bindAddress": "localhost",
"port": 9990 "port": 9990,
"restPort": 9998,
"restEnabled": true
}, },
"dataDaemon": { "dataDaemon": {
"bindAddress": "localhost", "bindAddress": "localhost",
"port": 9991 "port": 9991
}, },
"recordLog": { "recordLog": {
"enabled": false, "enabled": true,
"recordLogName": "s3-recordlog" "recordLogName": "s3-recordlog"
},
"replicationEndpoints": [
{
"site": "sf",
"servers": ["127.0.0.1:8000"]
} }
]
} }