update config_util.rs

This commit is contained in:
2019-11-30 10:28:12 +08:00
parent da4e6397d2
commit 42c95fbb18
3 changed files with 53 additions and 30 deletions

View File

@@ -1,18 +1,17 @@
{
"oss_config": {
"endpoint": "",
"access_key_id": "",
"access_key_secret": "",
"bucket": "",
"path": ""
"endpoint": "_endpoint",
"access_key_id": "_keyid",
"access_key_secret": "_keysecret",
"bucket": "_bucket",
"path": "_path"
},
"host": "sample_host",
"encrypt_pubkey_file": "",
"encrypt_pubkey_file": "_enc",
"items": [
{
"oss_config": null,
"target": "",
"file_name": "sample_file",
"file_name": "sample_file"
}
]
}