Browse Source

[Feature][UI Next][V1.0.0-Alpha] remove VITE_APP_PROD_WEB_URL (#8657)

* Adapt web configurations for UI next

* remove VITE_APP_PROD_WEB_URL

Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
3.0.0/version-upgrade
xiangzihao 2 years ago committed by GitHub
parent
commit
8df4ed6051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/.env.production

2
dolphinscheduler-ui-next/.env.production

@ -15,4 +15,4 @@
NODE_ENV=production
VITE_APP_PROD_WEB_URL='http://127.0.0.1:12345'
VITE_APP_PROD_WEB_URL=''

Loading…
Cancel
Save