Code Block | ||||
---|---|---|---|---|
| ||||
[Frontend] AGENT_PORT=4001 # // testPort used by agent to connect to frontend FE_DB_USER= # Frontend database user name BACKEND_HOSTNAME=localhost # Hostname of backend server FE_DB_NAME=pguardfe # Frontend database name FE_DB_DOMAIN= # Frontend database user domain if using windows account FE_DB_PASSWORD= # Frontend database user password FE_ENCRYPT_KEY= # Agent encryption key (optional) BACKEND_CONNECTIONS=10 # number of connections between frontend and backend BACKEND_TIMEOUT=90000 # timeout for backend connection FE_JDBC_CONNECTSTRING=jdbc:sqlserver://localhost;databaseName=pguardfe; # Jdbc connection string [Backend] BACKEND_PORT=4008 BE_DB_NAME=pguard BE_DB_USER= BE_DISPLAY_HOST=localhost MERLINPORT=80 PGUARDPORT=81 BE_DB_DOMAIN= BE_DB_PASSWORD= SSL_KEY_STORE_PATH= SSL_KEY_STORE_PASSWORD= BE_DISPLAY_PORT=80 BE_JDBC_CONNECTSTRING=jdbc:sqlserver://localhost;databaseName=pguard; PGUARDSECURE=false [Info] INSTALL_FOLDER=C:\Program Files\Performanceguard\ JDBC_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver INSTALL_TIME=06-07-2020 08:27:23 |
Page Comparison
General
Content
Integrations