feat: save registered accounts to postgres
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user