Server Settings Ini
To change server properties after install:
- stop the services
- change the settings.ini file (Default Path C:\Program Files\Performanceguard\Settings.ini)
- restart the services
The Settings.ini files contains all the properties needed to start the services.
[Frontend]AGENT_PORT=4001 # Port used by agent to connect to frontendBACKEND_HOSTNAME= # Hostname of backend serverBACKEND_PORT=4008 # Port used by frontend to connect to backendFE_DB_NAME= # Frontend database nameFE_DB_HOST= # host of databaseFE_DB_USER= # Frontend database user nameFE_DB_DOMAIN= # Frontend database user domain if using windows accountFE_DB_PASSWORD= # Frontend database user passwordFE_ENCRYPT_KEY= # Agent encryption key (optional)FE_JDBC_CONNECTSTRING= # Jdbc connection string
[Backend]BACKEND_PORT=4008 # Port used by frontend to connect to backendBE_DB_NAME= # Backend database nameBE_DB_HOST= # host of databaseBE_DB_USER= # Backend database user nameBE_DB_DOMAIN= # Backend database user domain if using windows accountBE_DB_PASSWORD= # Backend database user passwordMERLINPORT=80 # Port of new DisplayPGUARDPORT=81 # Port of old DisplaySSL_KEY_STORE_PATH= # PATH to SSL certificateSSL_KEY_STORE_PASSWORD= # Password to SSL CertificatePGUARDSECURE=false # True if using SSLBE_JDBC_CONNECTSTRING= # Jdbc connection string
[Info]INSTALL_FOLDER= # Install folder pathJDBC_DRIVER= # JDBC Connection DriverINSTALL_TIME= # Date and time of install