main #49

Merged
zhuotianyuan merged 6 commits from zhuotianyuan/API:main into main 2026-01-14 11:45:32 +00:00
1 changed files with 3 additions and 4 deletions
Showing only changes of commit c1ecebb341 - Show all commits

View File

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