infisical-license-server/README.md
Alexander Olofsson 243ed398a0
Initial commit
2026-02-23 18:37:34 +01:00

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).