@platformatic/watt-extra 0.1.6-alpha.0 → 0.1.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.
Files changed (2) hide show
  1. package/lib/watt.js +1 -2
  2. package/package.json +1 -1
package/lib/watt.js CHANGED
@@ -149,7 +149,6 @@ class Watt {
149
149
 
150
150
  this.#logger.info('Building runtime')
151
151
 
152
- process._rawDebug('--------PATCHED CONFIG--------', this.#config)
153
152
  const runtime = new Runtime(this.#config, { isProduction: true })
154
153
 
155
154
  /* c8 ignore next 3 */
@@ -195,7 +194,7 @@ class Watt {
195
194
  defaultMetrics: {
196
195
  enabled: true,
197
196
  },
198
- hostname: this.#env.PLT_APP_HOSTNAME || '127.0.0.1',
197
+ hostname: this.#env.PLT_APP_HOSTNAME || '0.0.0.0',
199
198
  port: this.#env.PLT_METRICS_PORT || 9090,
200
199
  labels: {
201
200
  serviceId: 'main',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/watt-extra",
3
- "version": "0.1.6-alpha.0",
3
+ "version": "0.1.6",
4
4
  "description": "The Platformatic runtime manager",
5
5
  "type": "module",
6
6
  "scripts": {