| 12345678910111213141516171819202122232425 |
- {
- "port": 30000,
- "database": {
- "host": "localhost",
- "database": "ic",
- "port": 3306,
- "user": "root",
- "password": "123456"
- },
- "redis": {
- "host": "localhost",
- "port": 6379,
- "password": ""
- },
- "email": {
- "host": "smtp.exmail.qq.com",
- "port": 465,
- "secure": true,
- "user": "mail@ctbu.top",
- "password": "FPhxUVrt5J9WxgiP"
- },
- "url": "http://127.0.0.1:30000/",
- "url2": "http://127.0.0.1:30002",
- "url3": "http://127.0.0.1:30001"
- }
|