@centreon/js-config 24.10.0 → 24.10.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "24.10.0",
4
+ "version": "24.10.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"
@@ -13,9 +13,7 @@ const externalInterface = Object.keys(interfaces).find(
13
13
  !process.env.IS_STATIC_PORT_FORWARDED
14
14
  );
15
15
 
16
- const devServerAddress = externalInterface
17
- ? interfaces[externalInterface][0].address
18
- : 'localhost';
16
+ const devServerAddress = 'localhost';
19
17
 
20
18
  const publicPath = `http://${devServerAddress}:${devServerPort}/static/`;
21
19