first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# 服务配置
|
||||
PORT=3000
|
||||
NODE_ENV=production
|
||||
|
||||
# ACME 配置
|
||||
ACME_PATH=/root/.acme.sh
|
||||
CERT_DIR=/etc/ssl/certs
|
||||
ACME_EMAIL=your-email@example.com
|
||||
|
||||
# 加密密钥(用于存储 DNS 凭证)
|
||||
# 生成方法:openssl rand -hex 32
|
||||
ENCRYPTION_KEY=your-32-character-secret-key-here
|
||||
|
||||
# 自动续期配置
|
||||
AUTO_RENEW_ENABLED=true
|
||||
AUTO_RENEW_CRON=0 0 * * *
|
||||
Reference in New Issue
Block a user