chore: align prod config for HJF (admin API, DB default, uniapp_v2)
- database.php: default database name hjfshop - admin .env.production: title, WS/API URLs for fsgx deployment - uniapp_v2 manifest: app name, uni appid, mp-weixin appid Made-with: Cursor
This commit is contained in:
@@ -30,7 +30,7 @@ return [
|
||||
// 服务器地址
|
||||
'hostname' => env('DATABASE_HOSTNAME', '127.0.0.1'),
|
||||
// 数据库名(与 .env 中 [DATABASE] DATABASE= 一致,键名:database.database)
|
||||
'database' => env('database.database', 'fsgx-shop'),
|
||||
'database' => env('database.database', 'hjfshop'),
|
||||
// 用户名
|
||||
'username' => env('DATABASE_USERNAME', 'root'),
|
||||
// 密码
|
||||
|
||||
@@ -3,8 +3,8 @@ NODE_ENV=production
|
||||
VUE_APP_ENV='production'
|
||||
|
||||
# 页面 title
|
||||
VUE_APP_TITLE=fsgx-shop
|
||||
# socket 系统连接地址 (ws)或(wss)://www.crmeb.com(换成你的域名)/ws 非独立部署默认为空
|
||||
VUE_APP_WS_ADMIN_URL='wss://www.fsgx.cn/ws'
|
||||
# 接口请求地址 (http)或 (https)://www.crmeb.com(换成你的域名)/adminapi 非独立部署默认为空
|
||||
VUE_APP_API_URL='https://www.fsgx.cn/adminapi'
|
||||
VUE_APP_TITLE=huangjinfen-shop
|
||||
# socket 系统连接地址 (ws)或(wss)://www.(换成你的域名)/ws 非独立部署默认为空
|
||||
VUE_APP_WS_ADMIN_URL='wss://hjf.fsgx.cn/ws'
|
||||
# 接口请求地址 (http)或 (https)://www.(换成你的域名)/adminapi 非独立部署默认为空
|
||||
VUE_APP_API_URL='https://hfj.fsgx.cn/adminapi'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "范氏国香",
|
||||
"appid" : "__UNI__6691FE3",
|
||||
"description" : "范氏国香商城",
|
||||
"name" : "阿胶黄精粉",
|
||||
"appid" : "__UNI__518D050",
|
||||
"description" : "阿胶黄精粉商城",
|
||||
"versionName" : "3.5.1",
|
||||
"versionCode" : 351,
|
||||
"transformPx" : false,
|
||||
@@ -201,7 +201,7 @@
|
||||
"optimization" : {
|
||||
"subPackages" : true
|
||||
},
|
||||
"appid" : "wx269fc281236ef045"
|
||||
"appid" : "wx998d9e0a925a1a13"
|
||||
},
|
||||
"mp-alipay" : {
|
||||
"usingComponents" : true
|
||||
|
||||
Reference in New Issue
Block a user