blob: aad06a22e6f952f02ce6ff1a5573b7872b480faa [file] [log] [blame]
{
fetcher: {
caching: {
fetcher: {
// We should never be fetching anything which is not already returned by the caching fetcher.
'error': {
code: 5,
message: "Asset Not Found",
}
}
}
},
assetStore: {
circular: {
directory: '/storage',
offsetFileSizeBytes: 1024 * 1024,
offsetCacheSize: 1000,
dataFileSizeBytes: 100 * 1024 * 1024,
dataAllocationChunkSizeBytes: 1048576,
instances: [''],
},
},
httpListenAddress: ':1111',
grpcServers: [{
listenAddresses: [':7981'],
authenticationPolicy: { allow: {} },
}],
allowUpdatesForInstances: [''],
maximumMessageSizeBytes: 16 * 1024 * 1024,
}