Skip to content

Commit

Permalink
change db (#10)
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 8f56ee7 commit 85a69a8
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 @@ -18,7 +18,7 @@ import { HttpModule } from '@nestjs/axios';
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 85a69a8

Please sign in to comment.