You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
1.1 KiB

/**
* WanlShop 多用户电商系统核心配置项
* @author 深圳前海万联科技有限公司 <wanlshop@i36k.com>
* < 本程序,非FastAdmin购买授权,未经版权所有权人书面许可,不能自行用于商业用途!>
*
* @config socketUrl 即时通讯服务器地址,微信必须使用wss:// 如:wss://chat.example.com
* @config cdnUrl OSS服务地址 如:https://oss.example.com 或 https://www.example.com
* @config appUrl API服务器地址 如:https://api.example.com 或 https://www.example.com/api
* @config amapKey 高德网页Key
* @config debug 全局调试
*
* @ 相关文档 https://doc.fastadmin.net/wanlshop/265.html
*/
export default {
socketurl: 'wss://stationery.njrenzhou.cn', //如果是ws:// 地址为ws://你服务器IP:7272 如 ws://123.4.56.78:7272,使用wss 后面不需要添加 :7272 端口
cdnurl: 'https://stationery.njrenzhou.cn',
appurl: 'https://stationery.njrenzhou.cn/api', //如二级域名:https://api.example.com 或不使用二级域名 https://www.example.com/api
amapkey: '',
appid: '', // 公众号appid
versionName: '1.1.11',
versionCode: '1111',
debug: false
}