Debbie Policy Configuration
Table of Contents | ||||
---|---|---|---|---|
|
Debbie configuration
debbie object defines the properties necessary to run the validation service.
documentRepositoryDir
Code Block | ||||
---|---|---|---|---|
| ||||
{
"debbie": {
"cacheDir": "cache/",
"policyDir": "policies/",
"documentRepositoryDir": "/app/repository",
"urlMaxRedirects": 1,
"crlConnectionTimeout": 2000,
"crlReadTimeout": 5000,
"ocspConnectionTimeout": 2000,
"ocspReadTimeout": 5000
}
} |
Following is the content of the "debbie.json" demo configuration file included in with the validation service distribution.
Code Block | ||||
---|---|---|---|---|
| ||||
{
"server": {
"license": "20191024050858:dW5pdmVyc2FsPVo.............RA==",
"ip": "127.0.0.1",
"port": 8080,
"protocol": "http",
"minThreadPool": 10,
"maxThreadPool": 30,
"timeout": 5000
},
"debbie": {
"cacheDir": "cache/",
"policyDir": "policies/",
"documentRepositoryDir": "/app/repository",
"urlMaxRedirects": 1,
"crlConnectionTimeout": 2000,
"crlReadTimeout": 5000,
"ocspConnectionTimeout": 2000,
"ocspReadTimeout": 5000
}
} |
According to this configuration, the validation service is available at "http://localhost:8080". The policy configuration files can be found in "config/policies/".
Related Product
Alison SDK js
Alison SDK allows developer to integrate Alison Desktop in its pages in a easier way. Go to the Alison SDK documentation.
Alison Desktop
You can obtain current version of Alison Desktop from ACME Alison Wizard site.
For developers, go to the Alison Desktop documentation.
title | Case sensitive |
---|