Command Center Console Parameters
The Command Center Console configuration file is on the Command Center host at $GPCC_HOME/conf/app.conf
.
After editing this file, reload the configuration by restarting the Command Center Console.
$ gpcc --start
appname = gpccws
listentcp4 = [true | false]
true
, the address type is tcp4. The default is true
. runmode = [prod | dev | test]
dev
, prod
or test
. The default, prod
, is the recommended setting. In dev
and test
modes Command Center prints more verbose log messages. These are different logs than the logs affected by the log_level
parameter.session = [true | false]
true
. Sessions are stored in memory.enablexsrf = [true | false]
xsrfexpire = <seconds>
2592000
seconds.xsrfkey = <token_string>
rendertype = json
printallsqls = [true | false]
false
.master_port = <port>
5432
.log_level
Debug
, Info
, or Error
. Debug
is the most verbose and Error
is the least verbose. The default is Info
.path = /usr/local
display_name = <display_name>
enable_kerberos = [true | false]
false
.enable_history = [true | false]
true
. This parameter is managed in Command Center by setting Enable GPCC history data collection on or off on the Admin> Settings page.HTTPSCertFile = </path/to/cert.pem>
HTTPSKeyFile = </path/to/cert.pem>
EnableHTTPS = [true | false]
true
. True if SSL is enabled. Only one of EnableHTTPS
or EnableHTTP
can be true. <EnableHTTP = [true | false]
EnableHTTP
or EnableHTTPS
can be true. httpsport = <port>
EnableHTTPS
is true. The default is 28080.httpport = <port>
EnableHTTP
is true. The default is 28080.rpcport = <port>
master_host = <hostname>
localhost
.stats_check_interval = <seconds>
300
. New tables and changed values such as file size and last access time may not be seen until stats_check_interval
seconds have elapsed.