qnc-server-tob/deploy/script/config.json

46 lines
1.3 KiB
JSON

{
"model": {
"dbUrl": "qnc:5vg67b3UNHu8@tcp(127.0.0.1:21001)/qnc",
"outputDir": "./model",
"templateDir": "../template",
"targetDir": "../../app/user/model",
"tables": [
"agent",
"agent_audit",
"agent_real_name"
],
"disabledTables": [
"agent_active_stat",
"agent_closure",
"agent_commission",
"agent_commission_deduction",
"agent_link",
"agent_membership_config",
"agent_membership_recharge_order",
"agent_membership_user_config",
"agent_order",
"agent_platform_deduction",
"agent_product_config",
"agent_rewards",
"agent_wallet",
"agent_withdrawal",
"feature",
"global_notifications",
"order",
"product",
"product_feature",
"query",
"user",
"user_auth",
"example",
"authorization",
"authorization_face"
]
},
"api": {
"apiFile": "./app/user/cmd/api/desc/main.api",
"outputDir": "./app/user/cmd/api",
"templateDir": "./deploy/template",
"useStyle": false
}
}