Align byjyw149 environment settings by updating admin frontend API endpoints, activating the byjyw149 Spring profile, and documenting the corresponding company deployment notes. Made-with: Cursor
23 lines
640 B
Plaintext
23 lines
640 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
# VUE_APP_BASE_API = '/prod-api'
|
|
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'
|
|
# VUE_APP_BASE_API = 'https://jf.suzhouyuqi.com'
|
|
# miao33 项目
|
|
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
|
|
|
# byjyw149 项目(宝应金雅文商贸)
|
|
VUE_APP_BASE_API = 'https://jf.jinyawen.com'
|
|
|
|
# hapr191 项目(淮安鹏然商贸)
|
|
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
|
|
|
# shccd159 项目
|
|
# VUE_APP_BASE_API = 'http://ccd-jfadmin.cichude.com'
|
|
|
|
|
|
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
|
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
|