123456789101112131415161718192021222324 |
- {
- "port": 30000,
- "database": {
- "host": "localhost",
- "database": "gitnexus",
- "port": 3306,
- "user": "gitnexus",
- "password": ""
- },
- "redis": {
- "host": "localhost",
- "port": 5173,
- "password": ""
- },
- "email": {
- "host": "smtp.exmail.qq.com",
- "port": 465,
- "secure": true,
- "user": "",
- "password": ""
- },
- "url": "https://cd1-api.gitnexus.cn/",
- "core_url": "http://cd2-api.gitnexus.cn"
- }
|