Skip to content

Commit

Permalink
change db (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: NHT <[email protected]>
  • Loading branch information
nfesta2023 and hoangtuan910 authored Mar 3, 2024
1 parent a53a50f commit daa1e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { TypeOrmModule } from '@nestjs/typeorm';
imports: [
TypeOrmModule.forRoot({
type: 'mysql',
host: 'db-2all-free-backup.cmwyof2iqn6u.ap-southeast-2.rds.amazonaws.com',
host: 'db-2all-free.c9s4w6ey6i0r.ap-southeast-1.rds.amazonaws.com',
port: 3306,
username: 'admin',
password: 'Goodfood4goodlife',
Expand Down

0 comments on commit daa1e34

Please sign in to comment.