Răsfoiți Sursa

chore(dev-server): Update local mysql DB address

Michael Bromley 5 ani în urmă
părinte
comite
ea58bc86cc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/dev-server/dev-config.ts

+ 1 - 1
packages/dev-server/dev-config.ts

@@ -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: '',