bugfix
This commit is contained in:
parent
46bc814fdc
commit
5cbd8535dd
@ -1,26 +1,27 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
@ -117,3 +118,4 @@
|
|||||||
"en-US":"en"
|
"en-US":"en"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user