dev.conf 466 B

1234567891011121314151617181920212223242526272829
  1. [base]
  2. [setting]
  3. name = 抢购平台
  4. site = http://www.dever.cc/
  5. copyright = 2017 dever.cc v1.0.0
  6. phantomjs = http://192.168.15.10:8910/
  7. [db]
  8. rdb = postgresql
  9. [postgresql]
  10. host = 0.0.0.0
  11. port = 5432
  12. username = postgres
  13. password = 123456
  14. dbname = buy
  15. prefix = demeter
  16. ;允许自动建表
  17. create = True
  18. ;后台配置
  19. [admin]
  20. port = 8087
  21. debug = True
  22. ;请求的buffersize
  23. max_buffer_size = 210763776
  24. ;子进程
  25. process = 0