Settings Overview
The settings documentation is broken up into groups of related settings as follows.
| Group | Description |
|---|---|
| Operational | Settings related to the operation of the Jarvis server. Examples include CodeLocation, JarvisConfig and Paradigm. |
| Conga | Settings specific to Conga, Dyalog's TCP/IP framework. |
| JSON Mode | Settings specific to running a Jarvis service in JSON mode. |
| REST Mode | Settings specific to running a Jarvis service in REST mode. |
| Session | Settings related to using sessions with Jarvis to maintain server-side state. |
| User Hooks | Settings that allow you to specify "hook" functions to perform tasks like application initialization, session initialization, and authentication. |
| Container | Settings related to running a Jarvis service in a containerized environment like Docker. |
| CORS | Settings related to Cross Origin Resource Sharing which can enable calls to your Jarvis service to be made from webpages in other domains. |
| Shared | Settings that are shared by all instances of Jarvis. |