@templmf/temp-solf-lmf 0.0.160 → 0.0.162

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@templmf/temp-solf-lmf",
3
- "version": "0.0.160",
3
+ "version": "0.0.162",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -0,0 +1,13 @@
1
+ # opencode server 地址(所有用户共用同一个 server)
2
+ OPENCODE_SERVER_URL=http://127.0.0.1:4096
3
+
4
+ # 如果 opencode server 开启了 OPENCODE_SERVER_PASSWORD,这里填 Basic Auth 密码
5
+ OPENCODE_SERVER_USERNAME=opencode
6
+ OPENCODE_SERVER_PASSWORD=123
7
+
8
+ # 本网关监听端口
9
+ PORT=3000
10
+
11
+ # 给 cookie 签名用的随机字符串,生产环境务必替换
12
+ COOKIE_SECRET=test
13
+ DEBUG_EVENTS=1