Deploy Typesense on Render.com
TYPESENSE_API_KEY
-- A bootstrap admin API key that allows all operations. Be sure to create additional keys with specific ACLs using the key management API. (Default ={randomly_generated_key}
)TYPESENSE_DATA_DIR
-- Path to the directory where data will be stored on disk. Probably don't need to change this, as it's also in the render.yaml (Default =/typesense-data
)TYPESENSE_ENABLE_CORS
-- Allow JavaScript client to access Typesense directly from the browser. (Default =true
)
See full list of options you can configure here