budibase/packages/server/src/selfhost
mike12345567 1904ec8bb4 Updating API key controller in self-host mode to return self host API key. 2020-12-09 17:10:53 +00:00
..
README.md Adding in self hosted API key. 2020-12-09 17:04:05 +00:00
index.js Updating API key controller in self-host mode to return self host API key. 2020-12-09 17:10:53 +00:00

README.md

Self hosting

This directory contains utilities that are needed for self hosted platforms to operate. These will mostly be utilities, necessary to the operation of the server e.g. storing self hosting specific options and attributes to CouchDB.

All the internal operations should be exposed through the index.js so importing the self host directory should give you everything you need.