aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/files/default/FE-rest-configuration.yaml
blob: ecedafea569552e48f27589ba49f9cf20e68ec91 (plain)
1
2
3
4
5
6
7
8
9
10
11
# rest read timeout - means no timeout
readTimeoutInSec: 0

# whether to ignore certificate
ignoreCertificate: false

# the connection pool size
connectionPoolSize: 10

# create connection timeout
connectTimeoutInSec: 10