@solace-labs/plugin-ep-devp-approvals-backend
v1.0.3
Published
Welcome to the ep-devp-approvals backend plugin!
Downloads
11
Keywords
Readme
ep-devp-approvals
Welcome to the ep-devp-approvals backend plugin!
This plugin was created through the Backstage CLI
Getting started
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running yarn
start
in the root directory, and then navigating to /ep-devp-approvals.
You can also serve the plugin in isolation by running yarn start
in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the /dev directory.
Default Plugin Behavior
By default, this plugin creates a DB file named epdevp_ap_approvals.db
in the directory packages/backend
.
This DB file is responsible for persisting data related to the approval of API Products for Applications created by the user.
If you want to change the location where the DB file is saved, you can do so by adding an environment variable called APPROVALS_DB_TARGET_DIR
with the full path of the directory where the DB is intended to be saved.
Please ensure to set the environment variable correctly to configure the storage location of the DB file.