commit | 34f960c011ae897a23a9eac209259c53b3fa4673 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:28:32 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Tue Oct 06 16:40:56 2015 +0200 |
tree | 80d90250b1262a6198742283e5be46310113e139 |
Initial commit
diff --git a/metadata/service/server/single.yml b/metadata/service/server/single.yml new file mode 100644 index 0000000..4a9b916 --- /dev/null +++ b/metadata/service/server/single.yml
@@ -0,0 +1,15 @@ +applications: +- mongodb +parameters: + mongodb: + server: + enabled: true + admin: + user: admin + password: ${_param:mongodb_admin_password} + bind: + address: 0.0.0.0 + port: 27017 + shard_service: False + config_service: False + shared_key: ${_param:mongodb_shared_key}