From 8f93129a8f187c9236ebc62698beae9e0575e213 Mon Sep 17 00:00:00 2001 From: Samurais Date: Sat, 15 Aug 2015 12:12:16 +0800 Subject: [PATCH] #232 fix qiniu cfg file --- qiniu_cfg/austack-prod1-client.json | 4 ++-- qiniu_cfg/austack-stg-client.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qiniu_cfg/austack-prod1-client.json b/qiniu_cfg/austack-prod1-client.json index 2e6afe8..30b7e33 100644 --- a/qiniu_cfg/austack-prod1-client.json +++ b/qiniu_cfg/austack-prod1-client.json @@ -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 } diff --git a/qiniu_cfg/austack-stg-client.json b/qiniu_cfg/austack-stg-client.json index 4f74844..86c11a9 100644 --- a/qiniu_cfg/austack-stg-client.json +++ b/qiniu_cfg/austack-stg-client.json @@ -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