Provides global application data and configuration to all devkit components
Documentation
•
Submit an Issue
•
Online Chat
:rocket: Check out our Quick Start Guide to get started in a snap.
First build the identity API by running the assembly
SBT task. The resulting identity.jar
file can be found in the
target
folder, under the currently used Scala version.
Then run it: java -jar identity.jar
.
Some options can be configured using environment variables:
Name | Description | Example | Default |
---|---|---|---|
BN_ENV | Environment | development, staging, production | development |
BN_PORT | HTTP port | 80 | 8028 |
BN_HOST | HTTP host | 0.0.0.0 | 127.0.0.1 |
Contributions of all kinds are always welcome!
If you see a bug or room for improvement in this project in particular, please open an issue or directly fork this repository to submit a Pull Request.
If you have any broader questions or suggestions, just open a simple informal DevRel Request, and we'll make sure to quickly find the best solution for you.
All community participation is subject to blindnet’s Code of Conduct.
Stay up to date with new releases and projects, learn more about how to protect your privacy and that of our users, and share projects and feedback with our team.
The blindnet devkit identity-api-scala is available under MIT (and here is why).