1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00
budibase/packages/server/src/selfhost
2020-12-09 17:10:53 +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 Adding in self hosted API key. 2020-12-09 17:04:05 +00:00

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.