chore: use dify_config.TIDB_SPEND_LIMIT instead of constant value (#10038)

pull/12372/head
zhuhao 2 years ago committed by Joel
parent c293aceec1
commit 1ee4c13758

@ -37,7 +37,7 @@ class TidbService:
}
spending_limit = {
"monthly": 100,
"monthly": dify_config.TIDB_SPEND_LIMIT,
}
password = str(uuid.uuid4()).replace("-", "")[:16]
display_name = str(uuid.uuid4()).replace("-", "")[:16]

Loading…
Cancel
Save