Skip to content

Instantly share code, notes, and snippets.

@nf
Created October 12, 2011 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nf/1282973 to your computer and use it in GitHub Desktop.
Save nf/1282973 to your computer and use it in GitHub Desktop.
{
"KeyName": "icecloud-key",
"Server": [
{
"Kind": "master",
"Location": "Tokyo",
"Username": "ubuntu",
"ImageID": "ami-40b40041",
"Size": "m1.small",
"NumClients": 100, "NumSources": 5
},
{
"Kind": "slave",
"Location": "Tokyo",
"Username": "ubuntu",
"ImageID": "ami-40b40041",
"Size": "m1.small",
"NumClients": 100, "NumSources": 5
},
{
"Kind": "slave",
"Location": "USEast",
"Username": "ubuntu",
"ImageID": "ami-6936fb00",
"Size": "m1.small",
"NumClients": 100, "NumSources": 5
}
],
"Icecast": {
"SourcePassword": "foo",
"RelayPassword": "bar",
"AdminPassword": "baz",
"ListenPort": 8000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment