tgdb.conf
You can use the tgdb.conf file to configure the server for running the database.
The tgdb.conf file defines:
- database parameters (these must match the parameters in initdb.conf. See the topic initdb.conf for more details)
- transaction and query processor parameters
- log parameters
- network listeners (where clients connect to) - several listeners can be defined and each listener has a maximum defined connection
Note:
- IPv6 is supported.
- The URL format, when a client connection is established using IPv6, is as follows: tcp://[host:port]. Square brackets are required for IPv6. An example for IPv6 is as follows: tcp://[fe80:0:0:0:e118:55ae:70a3:7369:8223]. In case of IPv4, square brackets are not required. An example for IPv4 is as follows: tcp://10.108.14.124:8222.
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.