Update config.js

This commit is contained in:
jkliao.tw 2020-07-06 21:07:33 +08:00 committed by GitHub
parent 54965cf5cb
commit 0c867ff8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,5 @@ const AUTH = { // 如果您拥有service account的json授权文件可将其
//-------------------MOD-------------------
const SA_PATH = '../sa' //sa路徑配置, 給定絕對路徑或是以src為當前路徑給定相對路徑, 預設為'../sa'
const COPY_TARGET2 = '' //預設為''
const COPY_TARGET3 = '' //預設為''
module.exports = { AUTH, PARALLEL_LIMIT, RETRY_LIMIT, TIMEOUT_BASE, TIMEOUT_MAX, LOG_DELAY, PAGE_SIZE, DEFAULT_TARGET, SA_PATH, COPY_TARGET2, COPY_TARGET3 }
module.exports = { AUTH, PARALLEL_LIMIT, RETRY_LIMIT, TIMEOUT_BASE, TIMEOUT_MAX, LOG_DELAY, PAGE_SIZE, DEFAULT_TARGET, SA_PATH }