Skip to content

Commit

Permalink
#232 fix qiniu cfg file
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Aug 15, 2015
1 parent 3bab7c3 commit 8f93129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qiniu_cfg/austack-prod1-client.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"src": "/root/git/austack/dist",
"dest": "qiniu:access_key=AJESJBpE_S8ItnIkMlQzzEpLJEI3PeozNJN0aGeV&secret_key=RtzTNwNku6lPb8vYktvwgpeK2zM-9pUM5dItwcDw&bucket=austackprod1&key_prefix=/",
"src": "/root/git/austack-core/dist",
"dest": "qiniu:access_key=AJESJBpE_S8ItnIkMlQzzEpLJEI3PeozNJN0aGeV&secret_key=RtzTNwNku6lPb8vYktvwgpeK2zM-9pUM5dItwcDw&bucket=austackprod1",
"deletable": 0,
"debug_level": 0
}
2 changes: 1 addition & 1 deletion qiniu_cfg/austack-stg-client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src": "/root/git/austack/dist",
"src": "/root/git/austack-core/dist",
"dest": "qiniu:access_key=AJESJBpE_S8ItnIkMlQzzEpLJEI3PeozNJN0aGeV&secret_key=RtzTNwNku6lPb8vYktvwgpeK2zM-9pUM5dItwcDw&bucket=austack-stg",
"deletable": 0,
"debug_level": 0
Expand Down

0 comments on commit 8f93129

Please sign in to comment.