@lenne.tech/nest-server 9.0.5 → 9.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ const config = {
48
48
  },
49
49
  loadLocalConfig: false,
50
50
  mongoose: {
51
- uri: 'mongodb://localhost/nest-server-dev',
51
+ uri: 'mongodb://127.0.0.1/nest-server-dev',
52
52
  },
53
53
  port: 3000,
54
54
  sha256: true,
@@ -96,7 +96,7 @@ const config = {
96
96
  },
97
97
  loadLocalConfig: false,
98
98
  mongoose: {
99
- uri: 'mongodb://localhost/nest-server-dev',
99
+ uri: 'mongodb://127.0.0.1/nest-server-dev',
100
100
  },
101
101
  port: 3000,
102
102
  sha256: true,
@@ -144,7 +144,7 @@ const config = {
144
144
  },
145
145
  loadLocalConfig: false,
146
146
  mongoose: {
147
- uri: 'mongodb://localhost/nest-server-prod',
147
+ uri: 'mongodb://127.0.0.1/nest-server-prod',
148
148
  },
149
149
  port: 3000,
150
150
  sha256: true,