@@ -125,7 +125,7 @@ function getDbConfig(): ConnectionOptions {
return {
synchronize: true,
type: 'mysql',
- host: '192.168.99.100',
+ host: '127.0.0.1',
port: 3306,
username: 'root',
password: '',