This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
// 环境配置文件
// 每个开发者需要根据自己的云开发环境修改此文件
module.exports = {
// 云开发环境ID
// 请替换为您自己的云开发环境ID
// 获取方式:微信开发者工具 -> 云开发 -> 设置 -> 环境ID
cloudEnvId: 'cloud1-4gczmwok7cacf142',
// 是否使用动态环境ID(推荐设置为true,支持多开发者共享)
useDynamicEnv: true,
// 其他环境配置
debug: true,
version: '1.0.0'
}