njk-tool 0.0.26 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example ADDED
@@ -0,0 +1,11 @@
1
+ # 服务器配置
2
+ PORT=3007
3
+ NODE_ENV=development
4
+
5
+ # SMTP 邮件配置(可选)
6
+ SMTP_HOST=smtp.qq.com
7
+ SMTP_PORT=465
8
+ SMTP_SECURE=true
9
+ SMTP_USER=your@qq.com
10
+ SMTP_PASS=zhzddzfhypwzfbji
11
+ SMTP_TO=1754737900@qq.com,gongzhaoguo@xy-ai.com