Server Configuration¶
The following are server-specific configuration settings.
They are placed in a top-level "server" key, like this:
// config.jwcc
{
"server": {
// ... server properties here ...
}
}
- server.download¶
- Type:
- object
- Default:
null
The
server.downloadsetting is a store locator that specifies a store that the server will download store objects and realizations from when the server receives a request to realize a derivation output it does not have in its local store before attempting to run its builder program.