12345678910111213141516171819202122232425262728293031 |
- {
- "static_dir": "/static",
- "session": {
- "host": "localhost",
- "db": "4dageOffcial_test",
- "user": "4dage",
- "pwd": "123456",
- "key": "session key",
- "path": "/",
- "max_age": 86400000,
- "http_only": false,
- "domain": null
- },
- "mysql": {
- "host": "localhost",
- "db": "4dageOffcial_test",
- "user": "4dage",
- "pwd": "123456"
- },
- "mail": {
- "service": "qq",
- "account": "854556519@qq.com",
- "pass": "gjoiykrnepbabebi"
- },
- "static_prefix": "/newOfficialapi",
- "port": 7000,
- "pro_name": "Fdageserve",
- "err_sendee": "854556519@qq.com",
- "debug": true,
- "tourist": "tourist"
- }
|