SIGN IN SIGN UP
666ghj / BettaFish UNCLAIMED

微舆:人人可用的多Agent舆情分析助手,打破信息茧房,还原舆情原貌,预测未来走向,辅助决策!从0实现,不依赖任何框架。

0 0 83 Python

fix: correct default DB_PORT from 3306 to 5432 for postgresql dialect (fixes #642)

The default DB_DIALECT is 'postgresql' but DB_PORT defaulted to 3306 (MySQL's
port), causing connection failures for users who deployed without an explicit
DB_PORT in their .env. Changed the default to 5432 and updated documentation
in .env.example, README.md, and README-EN.md to be consistent.

Co-Authored-By: Octopus <liyuan851277048@icloud.com>
O
octo-patch committed
e192e534e40139346acf990cc6ab9d8cba231572
Parent: 614b485