config-nginx-postgresql.json 516 B

1234567891011121314151617181920212223
  1. {
  2. "localization": {
  3. "locales": [ "en_US.UTF-8" ]
  4. },
  5. "service": {
  6. "api": "fastcgi",
  7. "socket": "/var/tmp/cppcms.sock",
  8. "backlog": 65535
  9. },
  10. "http": {
  11. "script": "/"
  12. },
  13. "gzip": {
  14. "enable": false
  15. },
  16. "app": {
  17. "db_connection_string": "postgresql:host=tfb-database;dbname=hello_world;user=benchmarkdbuser;password=benchmarkdbpass;@pool_size=10"
  18. },
  19. "cache": {
  20. "backend": "thread_shared",
  21. "limit": 10000
  22. }
  23. }