ERP/.env.example

14 lines
258 B
Plaintext
Executable File

# Redis 配置
# 如果 Redis 在本地运行,使用 127.0.0.1 可以显著提升性能
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=Zzh08165511
# 管理员密码
SUPERADMIN_PASSWORD=Zzh08165511
# 服务器配置
HOST=0.0.0.0
PORT=5000