crm/.env
2026-01-26 11:46:06 +08:00

18 lines
388 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CRM系统数据库配置示例
# 复制此文件为 .env 并修改配置
# 数据库配置
DB_HOST=mysql1.rdsmbk3ednsgnnt.rds.bj.baidubce.com
DB_PORT=3306
DB_USER=root_dev
DB_PASSWORD=Kdse89sd
DB_NAME=crm_db
# 存储模式: mysql 或 json
# mysql - 使用MySQL数据库存储默认
# json - 使用JSON文件存储向后兼容
STORAGE_MODE=mysql
# 服务端口
PORT=55335