chef/environments/development.json

19 lines
395 B
JSON

{
"name": "development",
"description": "development environment, for example for Vagrant",
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
"kosmos-parity": {
"debian_package_dir": "/vagrant"
},
"kosmos-mastodon": {
"elasticsearch": {
"allocated_memory": "128m"
}
}
}
}