fx-spec-hub 0.0.25 → 0.0.27

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.
@@ -0,0 +1,10 @@
1
+ VITE_OTEL_EXPORTER_OTLP_ENDPOINT =
2
+ VITE_SENTRY_DSN =
3
+
4
+ VITE_ACCESS_CONTROL_ALLOW_ORIGIN=https://www-admin.finex-pre.com
5
+ VITE_APP_BASE_URL=https://api-admin.finex-pre.com
6
+ VITE_APP_CMS_URL=https://cms.finex-pre.com/api
7
+ VITE_APP_MOCK_URL=https://api-admin.finex-pre.com
8
+ VITE_APP_TPS_URL=
9
+ VITE_APP_CPU_URL=
10
+ VITE_APP_GRAFANA_URL=https://grafana.finex-pre.com/d/eeet5hhf3xszkc/cpu-memory
@@ -0,0 +1,11 @@
1
+ ACCESS_CONTROL_ALLOW_ORIGIN=https://www.finex-pre.com
2
+
3
+ BASE_URL=https://web-api.finex-pre.com
4
+ SERVER_BASE_URL=http:exchange-web-api-service:9000
5
+ APP_BASE_URL=https://app-api.finex-pre.com
6
+ WS_URL=wss://ws.finex-pre.com
7
+ STRAPI_BASE_DOMAIN=https://cms.finex-pre.com
8
+ STATIC_DOMAIN=https://static.finex-pre.com
9
+ GA_ID=
10
+ CAPTCHA_ID=8d57f6d065f143e645d86ed6ff7206f5
11
+ REOWN_PROJECT_ID=1f5038de5b4e29414710cb53ccfd92f0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",