config.js.tpl 303 B

12345678910111213141516171819
  1. {
  2. "service": {
  3. "api": "--api--",
  4. --address--
  5. },
  6. "http": {
  7. "script": "/"
  8. },
  9. "gzip": {
  10. "enable": false
  11. },
  12. "app": {
  13. "db_connection_string": "--db--"
  14. },
  15. "cache": {
  16. "backend": "thread_shared",
  17. "limit": 10000
  18. }
  19. }