12345678910111213141516171819 |
- {
- "service": {
- "api": "fastcgi",
- "socket": "/var/tmp/cppcms.sock"
- },
- "http": {
- "script": "/"
- },
- "gzip": {
- "enable": false
- },
- "app": {
- "db_connection_string": "postgresql:host=tfb-database;dbname=hello_world;user=benchmarkdbuser;password=benchmarkdbpass;@pool_size=10"
- },
- "cache": {
- "backend": "thread_shared",
- "limit": 10000
- }
- }
|