| 123456789101112131415161718192021222324 |
- {
- "port": 8081,
- "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:8081/",
- "url2": "http://127.0.0.1:5000"
- }
|