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
}
}
}
Last updated