Browse Source

🐳 chore:脱敏处理

Pchen. 8 months ago
parent
commit
485b2e5e8a
1 changed files with 15 additions and 0 deletions
  1. 15 0
      config-example.json

+ 15 - 0
config-example.json

@@ -0,0 +1,15 @@
+{
+    "port": 3000,
+    "database": {
+        "host": "localhost",
+        "database": "kq",
+        "port": 3306,
+        "user": "root",
+        "password": ""
+    },
+    "wxwork": {
+        "corpid": "",
+        "corpsecret": "",
+        "agentid": 1000003
+    }
+}