This commit is contained in:
张成
2026-03-18 16:28:26 +08:00
parent 30d127ac0b
commit 6d75720a89
8 changed files with 697 additions and 158 deletions

View File

@@ -2,7 +2,6 @@ import { get_app_config } from './app_config.js';
export function get_sequelize_options() {
const cfg = get_app_config();
console.log( 'get_sequelize_options', cfg.mysql );
return {
host: cfg.mysql.host,