fx-spec-hub 0.0.6 → 0.0.7

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.
@@ -1,11 +1,7 @@
1
1
  VITE_OTEL_EXPORTER_OTLP_ENDPOINT =
2
2
  VITE_SENTRY_DSN =
3
3
 
4
- # SERVER_BASE_URL=http://10.1.9.121/api
5
- ACCESS_CONTROL_ALLOW_ORIGIN=https://www.894568.xyz
6
- STRAPI_INTERNAL_DOMAIN=https://cms.894568.xyz
7
- SENTRY_DISABLED=true
8
-
4
+ VITE_ACCESS_CONTROL_ALLOW_ORIGIN=https://www.894568.xyz
9
5
  VITE_APP_BASE_URL=https://api-admin.894568.xyz
10
6
  VITE_APP_CMS_URL=https://cms.894568.xyz/api
11
7
  VITE_APP_MOCK_URL=https://api-admin.894568.xyz
@@ -1,6 +1,7 @@
1
1
  VITE_OTEL_EXPORTER_OTLP_ENDPOINT = https://otel.finex-test.com/v1/traces
2
2
  VITE_SENTRY_DSN = https://4f08e4744edf25ca7b9cb2e1eae2b6bb@sentry.finex18.com/12
3
3
 
4
+ VITE_ACCESS_CONTROL_ALLOW_ORIGIN=https://www.finex-test.com
4
5
  # API 地址
5
6
  VITE_APP_BASE_URL = https://api-admin.finex-test.com
6
7
  VITE_APP_CMS_URL = https://cms.finex-test.com/api
@@ -1,6 +1,7 @@
1
1
  VITE_OTEL_EXPORTER_OTLP_ENDPOINT =
2
2
  VITE_SENTRY_DSN =
3
3
 
4
+ VITE_ACCESS_CONTROL_ALLOW_ORIGIN = https://www.finex-uat.com
4
5
  # API 地址
5
6
  VITE_APP_BASE_URL = https://api-admin.finex-uat.com
6
7
  VITE_APP_CMS_URL = https://cms.finex-uat.com/api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fx-spec-hub",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "API 规范中心/控制台",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",