config-nginx-postgresql.json 424 B

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