1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user