vip-sale-promote-vue3/.env.production

26 lines
733 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###
# @Author: wwxin 2463926940@qq.com
# @Date: 2024-01-04 09:57:02
# @LastEditors: wwxin 2463926940@qq.com
# @LastEditTime: 2024-07-20 10:23:10
# @FilePath: /a-vue3 2/.env.production
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
###
# 页面标题
VITE_APP_TITLE = 111
# 生产环境配置
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = ''
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
# local dev
VITE_APP_LOCAL_PORT = '3000'
# server info
VITE_APP_SERVER_HOST = 'http://111.111.111.111'