12 lines
211 B
JSON
12 lines
211 B
JSON
|
{
|
||
|
"rackspace": {
|
||
|
"username": "your-rackspace-username",
|
||
|
"apiKey": "your-rackspace-api-key",
|
||
|
"region": "DFW"
|
||
|
},
|
||
|
"amazon": {
|
||
|
"key": "your-amazon-key",
|
||
|
"keyId": "your-amazon-key-id"
|
||
|
}
|
||
|
}
|