config-nginx-mysql.json 509 B

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