12345678910111213141516171819202122232425 |
- {
- "static_dir": "/static",
- "scene_dir": "/data",
- "session": {
- "host": "localhost",
- "key": "session key",
- "path": "/",
- "max_age": 86400000,
- "http_only": false,
- "domain": null
- },
- "mail": {
- "service": "qq",
- "account": "854556519@qq.com",
- "pass": "gjoiykrnepbabebi"
- },
- "debug": true,
- "pro_name": "bigscene",
- "err_sendee": "854556519@qq.com",
- "protocol": "http",
- "host": "47.107.252.54:85",
- "port": 85,
- "scene_query": "SuperTwo/index.html",
- "scene_edit": "/edit.html"
- }
|