All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.config.json.template Maven / Gradle / Ivy

{
  "host": "127.0.0.1",
  "port": 3306,
  "database_name": "treedb",
  "worker_config": {
      "namespace": "@temporal_namespace@",
      "temporal_host_port": "@temporal_host_port@"
    },
  "max_open_connections": 25,
  "max_idle_connections": 3,
  "max_connection_lifetime_seconds": 300
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy