Browse Source

🐞 fix: 取消提交congig.json

Pchen. 3 months ago
parent
commit
15ea66a335
1 changed files with 0 additions and 23 deletions
  1. 0 23
      config.json

+ 0 - 23
config.json

@@ -1,23 +0,0 @@
-{
-    "port": 30000,
-    "database": {
-        "host": "8.137.37.202",
-        "database": "gitnexus",
-        "port": 3306,
-        "user": "gitnexus",
-        "password": "Yx3ud937"
-    },
-    "redis": {
-        "host": "localhost",
-        "port": 5173,
-        "password": ""
-    },
-    "email": {
-        "host": "smtp.exmail.qq.com",
-        "port": 465,
-        "secure": true,
-        "user": "mail@ctbu.top",
-        "password": "FPhxUVrt5J9WxgiP"
-    },
-    "url": "http://localhost:30000/"
-}