config-direct-mysql.json 445 B

1234567891011121314151617181920
  1. {
  2. "service": {
  3. "api": "http",
  4. "ip": "0.0.0.0",
  5. "port": 8080
  6. },
  7. "http": {
  8. "script": "/"
  9. },
  10. "gzip": {
  11. "enable": false
  12. },
  13. "app": {
  14. "db_connection_string": "mysql:host=tfb-database;database=hello_world;user=benchmarkdbuser;password=benchmarkdbpass;set_charset_name=utf8;@pool_size=10"
  15. },
  16. "cache": {
  17. "backend": "thread_shared",
  18. "limit": 10000
  19. }
  20. }