bugfix
This commit is contained in:
parent
46bc814fdc
commit
5cbd8535dd
@ -1,40 +1,41 @@
|
|||||||
{
|
{
|
||||||
"password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567",
|
"password_key":"!@#$%^&*(*&^%$QWERTYUIqwertyui234567",
|
||||||
"logopath": "$[workdir]$/conf/logo.png",
|
"logopath": "$[workdir]$/conf/logo.png",
|
||||||
"tpacs":{
|
|
||||||
"cnprod":{
|
|
||||||
"get_tpac_balance_url": "https://www.opencomputing.cn/cntoai/get_user_balance.dspy",
|
|
||||||
"tpac_accounting_url": "https://www.opencomputing.cn/cntoai/process_user_billing.dspy"
|
|
||||||
},
|
|
||||||
"ncmatchdemo":{
|
|
||||||
"get_tpac_balance_url": "https://www.ncmatch.cn/cntoai/get_user_balance.dspy",
|
|
||||||
"tpac_accounting_url": "https://www.ncmatch.cn/cntoai/process_user_billing.dspy"
|
|
||||||
},
|
|
||||||
"cndemo": {
|
|
||||||
"get_tpac_balance_url": "https://dev.opencomputing.cn/cntoai/get_user_balance.dspy",
|
|
||||||
"tpac_accounting_url": "https://dev.opencomputing.cn/cntoai/process_user_billing.dspy"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"woa_handler_id":"woa_subscribe_type",
|
"woa_handler_id":"woa_subscribe_type",
|
||||||
"logger":{
|
"logger":{
|
||||||
"name":"sage",
|
"name":"sage",
|
||||||
"levelname":"clientinfo",
|
"levelname":"warning",
|
||||||
"logfile":"$[workdir]$/logs/sage.log"
|
"logfile":"$[workdir]$/logs/sage.log"
|
||||||
},
|
},
|
||||||
|
"tpacs":{
|
||||||
|
"cnprod":{
|
||||||
|
"get_tpac_balance_url": "https://www.opencomputing.cn/cntoai/get_user_balance.dspy",
|
||||||
|
"tpac_accounting_url": "https://www.opencomputing.cn/cntoai/process_user_billing.dspy"
|
||||||
|
},
|
||||||
|
"ncmatchdemo":{
|
||||||
|
"get_tpac_balance_url": "https://www.ncmatch.cn/cntoai/get_user_balance.dspy",
|
||||||
|
"tpac_accounting_url": "https://www.ncmatch.cn/cntoai/process_user_billing.dspy"
|
||||||
|
},
|
||||||
|
"cndemo": {
|
||||||
|
"get_tpac_balance_url": "https://dev.opencomputing.cn/cntoai/get_user_balance.dspy",
|
||||||
|
"tpac_accounting_url": "https://dev.opencomputing.cn/cntoai/process_user_billing.dspy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"pay":{
|
"pay":{
|
||||||
"alipay":{
|
"alipay":{
|
||||||
"public_key_file":"$[workdir]$/conf/alipay/public.txt",
|
"public_key_file":"$[workdir]$/conf/alipay/public.txt",
|
||||||
"private_key_file":"$[workdir]$/conf/alipay/private.txt",
|
"private_key_file":"$[workdir]$/conf/alipay/private.txt",
|
||||||
"appid":"2021005111636494",
|
"appid":"2021005111636494",
|
||||||
"callback":"https://sage.opencomputing.cn/api/callback/alipay"
|
"callback":"https://sage.opencomputing.cn/api/callback/alipay"
|
||||||
},
|
},
|
||||||
"paypal":{
|
"paypal":{
|
||||||
"mode":"sandbox",
|
"mode":"sandbox",
|
||||||
"client_id":"myid",
|
"client_id":"myid",
|
||||||
"client_secret":"mysecret",
|
"client_secret":"mysecret",
|
||||||
"return_url":"ret_url",
|
"return_url":"ret_url",
|
||||||
"cancel_url":"cancel_url"
|
"cancel_url":"cancel_url"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills_path": "$[workdir]$/skills",
|
"skills_path": "$[workdir]$/skills",
|
||||||
"filesroot":"$[workdir]$/files",
|
"filesroot":"$[workdir]$/files",
|
||||||
@ -117,3 +118,4 @@
|
|||||||
"en-US":"en"
|
"en-US":"en"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user