diff --git a/.env.production b/.env.production index 40548cdd79dbe3224ecff2eaec864c5d9f39d3d1..38d6922e6db4942116644bc5e206f8de8d52f114 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,9 @@ VITE_PUBLIC_PATH = / # Delete console VITE_DROP_CONSOLE = true +# socket地址 +VITE_IP_PORT = '192.168.123.22:8080' + # Whether to enable gzip or brotli compression # Optional: gzip | brotli | none # If you need multiple forms, you can use `,` to separate