Skip to content

Commit

Permalink
Merge pull request #1 from liees/patch-1
Browse files Browse the repository at this point in the history
Update config.default.ts
  • Loading branch information
i5ting authored Apr 26, 2023
2 parents 3c3092a + f0c7cd2 commit 5431a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config/config.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
dataSource: {
default: {
type: 'mysql',
host: '127.0.01',
host: '127.0.0.1',
port: 3306,
username: 'root',
password: '',
Expand Down

0 comments on commit 5431a19

Please sign in to comment.