Scalpay is a configuration platform. It is designed to decouple business related configurations from code.
Features:
- Restful api.
- Manage configurations by UI.
- Regular configuration (regular property).
- Dynamic configuration which can accept parameters.
- Support multiple data types. String, Number, Bool, DateTime, Duration, StringList and so on.
- Support configuration versions.
- User Activity.
For ScalpayApi, it follows the standard .net core deployment.
For ScalpayUi, it follows the standard webpack deployment. Run npm release
under the ScalpayUi folder.
When Scalpay starts firstly, a default account (username: admin, password: 1) will be created.
License is Apache License 2.0