Config Object

Config Object

Key NameTypeDefaultDescription
serverobject
    hoststring127.0.0.1
    portnumber7777
factoryobjectFastify Server factory options
    trustProxybooleantrue
    bodyLimitnumber10485760
    pluginTimeoutnumber30000
deferLogbooleanfalseSet true to defer log at Fastify onResponse
prefixVirtualstring~Virtual route prefix to use
printRoutesbooleantruePrint routes on startup
corsobjectDefaults to Fastify Cors options
compressobjectDefaults to Fastify Compress options
helmetobjectDefaults to Fastify Helmet options
rateLimitobjectDefaults to Fastify Rate Limit options
multipartobjectDefaults to Fastify Multipart options
    attachFieldsToBodybooleantrue
    limitsobject
        partsnumber100
noIconbooleantrue
underPressureobjectDefaults to Fastify Under Pressure options
forwardOptsobjectOptions for route forward
    disableRequestLoggingbooleantrue
    undiciobjectDefaults to Undici options
        connectionsnumber128
        pipeliningnumber1
        keepAliveTimeoutnumber60000
        tlsobject
            rejectUnauthorizedbooleanfalse
qsKeyobjectQuery string keys used to build model/database filter
    bboxstringbboxKey to use for bbox setting
    bboxLatFieldstringbboxLatFieldKey to use to determine bbox's latitude
    bboxLngFieldstringbboxLngFieldKey to use to determine bbox's longitude
    querystringqueryKey to use for query
    matchstringmatchKey to enter fulltext matching
    skipstringskipKey to skip page
    pagestringpageKey to go to page number
    limitstringlimitKey to limit model per page
    sortstringsortKey to sort model
    fieldsstringfieldsKey to show model fields
    langstringlangKey for language setting