sys.json 529 B

12345678910111213141516171819202122232425
  1. {
  2. "static_dir": "/static",
  3. "scene_dir": "/data",
  4. "session": {
  5. "host": "localhost",
  6. "key": "session key",
  7. "path": "/",
  8. "max_age": 86400000,
  9. "http_only": false,
  10. "domain": null
  11. },
  12. "mail": {
  13. "service": "qq",
  14. "account": "854556519@qq.com",
  15. "pass": "gjoiykrnepbabebi"
  16. },
  17. "debug": true,
  18. "pro_name": "bigscene",
  19. "err_sendee": "854556519@qq.com",
  20. "protocol": "http",
  21. "host": "47.107.252.54:85",
  22. "port": 85,
  23. "scene_query": "SuperTwo/index.html",
  24. "scene_edit": "/edit.html"
  25. }