merged in from code from the other master
[selectricity-live] / vendor / plugins / attachment_fu / rackspace_cloudfiles.yml.tpl
1 development:
2     container_name: appname_development
3     username:
4     api_key: 
5
6 test:
7     container_name: appname_test
8     username: 
9     api_key: 
10
11 production:
12     container_name: appname_production
13     username: 
14     api_key: 

Benjamin Mako Hill || Want to submit a patch?