This subsection sets the configuration for the API of the entire Billia engine. It also has the ability to overwrite any original software configuration.
The section is divided in two categories - Internal and External.
The section of the Configuration category, titled Internal, defines the core Billia configuration data. It represents the standard Vault-config for Billia, which can export data in PHP config. It can overwrite the basic configs of Billia on a developer level straight through the database.
Each group's configuration has certain data encoded into the system in the form of a key and value. That key and value is then used to create the configuration detail for that group. The data owner is also displayed as the Reseller.
Control button | Definition | Detail |
---|---|---|
Expand | - Expand the group to see details for the configuration. | |
Edit | - Edit the configuration detail. | |
Delete | - Delete the configuration detail. | |
![]() | Add new | - Add new configuration. |
Editing and creating a new configuration requires the same settings.
Field | Definition |
---|---|
Key | - Set the key for the configuration. |
Value | - Set the value for the configuration. |
Group | - Set the group for the configuration. It could be either an already exiting one, or a brand new one. The group is the category under which a specific configuration item is placed. |
Type | - Set the visual type for the data displayed in the configuration - string, boolean, integer, double, encrypted. |
The section, titled External, defines an API Vault-config, which can be accessed only through APIs. External services can connect to it and use it, in order to be configured and receive data. It is a section for external software's settings which are not connected to the core Billia data.
Here data is too encoded into the system in the form of a key and value.
Control button | Definition | Detail |
---|---|---|
Expand | - Expand the group to see details for the configuration. | |
Edit | - Edit the configuration detail. | |
Delete | - Delete the configuration detail. | |
![]() | Add new | - Add new configuration. |
Since the External section allows access to other resellers, each one has its own configurations. External resellers have access here, as well as the default (main) one.