17 lines
439 B
JavaScript
17 lines
439 B
JavaScript
module.exports = {
|
|
type: 'mysql',
|
|
host: 'mysql-6bc9094abd49-public.rds.volces.com',
|
|
port: 53305,
|
|
username: 'root',
|
|
password: 'WsJWXfwFx0bq6DE2kmB6',
|
|
database: 'nano_camera_miniapp',
|
|
entities: ['src/**/*.entity.ts'],
|
|
migrations: ['src/migrations/*.ts'],
|
|
cli: {
|
|
migrationsDir: 'src/migrations',
|
|
},
|
|
synchronize: false,
|
|
logging: process.env.NODE_ENV === 'development',
|
|
charset: 'utf8mb4',
|
|
timezone: '+08:00',
|
|
}; |