Command Center Console Parameters
The Command Center Console configuration file is on the Command Center host at $GPCC_HOME/webserver/conf/app.conf
.
After editing this file, reload the configuration by restarting the Command Center Console.
$ gpcc --stop
$ 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 is dev
. In dev
mode Command Center shows user friendly error pages. User friendly error pages are not rendered in prod
mode.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
.path = /usr/local
display_name = <display_name>
enable-kerberos = [true | false]
false
.HTTPSCertFile = </path/to/cert.pem>
HTTPSKeyFile = </path/to/cert.pem>
EnableHTTPS = [true | false]
true
.EnableHTTP = [true | false]
false
.httpport = <port>
rpcport = <port>
master_host = <hostname>
localhost
.master_port = <port>
5432
.