ArticleReplaceBatch/exeaddpassword/.env
2025-08-07 18:24:48 +08:00

13 lines
267 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.

# 数据库配置
MYSQL_HOST=taiyiagi.xyz
MYSQL_PORT=3306
MYSQL_USER=taiyi
MYSQL_PASSWORD=taiyi1224
MYSQL_DATABASE=exe_licensing
# 加密密钥32字节用于AES-256
ENCRYPTION_KEY=your-32-char-secret-key-here-123456
# 调试模式
DEBUG=false
VERBOSE=false