feat: save registered accounts to postgres

This commit is contained in:
mmc
2026-03-19 14:32:17 +08:00
parent 6a250fe6a1
commit 2904e43b1f
11 changed files with 235 additions and 4 deletions

View File

@@ -2,6 +2,14 @@
"proxy": "http://127.0.0.1:17891",
"auto_register": false,
"auto_register_max_per_loop": 1,
"db_enabled": false,
"db_host": "150.158.105.6",
"db_port": 54321,
"db_name": "mail_accounts_db",
"db_user": "postgres",
"db_password": "",
"db_table": "registered_accounts",
"db_source": "standalone_cli",
"mail_providers": [
"mailtm"
],