16 lines
673 B
Markdown
16 lines
673 B
Markdown
Infisical License Server
|
|
========================
|
|
|
|
A simple implementation of the Infisical license server API, which supports on-prem online licenses.
|
|
|
|
## Usage
|
|
|
|
Create a `config.yml` file following the example in [`config.yml.example`](config.yml.example), then run the application using `rackup`.
|
|
|
|
The configuration values that need to be set in Infisical to use the server are;
|
|
- `LICENSE_KEY=<.>` - should be set to the `key` value for the plan you want to use
|
|
- `LICENSE_SERVER_URL=<.>` - should be set to the URL where this server is running
|
|
|
|
## License
|
|
|
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|