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.
store_node/miniprogram/config/env.js

16 lines
473 B

This file contains ambiguous Unicode characters!

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'
}