Common
HomeIntegrityControlSolutionsManagement Center
Server
Server
  • Introduction
  • Deployment
  • Cluster
  • HTTP listener
Powered by GitBook
On this page
Export as PDF

Introduction

This is the documentation for common server functionality shared by all FortifiedID products.

Configuration is located in the top level block "server" in the main configuration:

{
    "server": {
        "options": {},
        "deployment": {},
        "cluster": {
            "enabled": false
        },
        "http": {
            "enabled": true
        }
    }
}
NextDeployment

Last updated 5 months ago