Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 905 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 905 Bytes

typesense-on-render

Deploy Typesense on Render.com

Deploy to Render

Environment Variables

  • 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