payment/payment_backend/config/param.yaml

16 lines
250 B
YAML
Raw Normal View History

2024-11-13 09:23:59 +00:00
order:
2024-11-19 12:07:35 +00:00
min_quant: 30
2024-11-13 09:23:59 +00:00
lifetime: 10min
order_status:
2024-11-13 09:44:45 +00:00
- Timed Out
- Paid
- Unpaid
- Wrong Amount
- Pending
2024-11-19 12:07:35 +00:00
mysql:
user: wystan
password: Wystan14Brown!
host: 100.64.0.1
port: 3306
database: payment
autocommit: false