main #61

Merged
longbot merged 12 commits from zhuotianyuan/API:main into main 2026-01-23 09:13:11 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 66a70f6209 - Show all commits

View File

@ -19,12 +19,13 @@ export default {
typeorm: {
dataSource: {
default: {
host: 'localhost',
port: "23306",
host: '13.212.62.127',
port: "3306",
username: 'root',
password: 'Yoone!@.2025',
database: 'inventory_v2',
synchronize: true
synchronize: true,
logging: true,
},
},
},