Service Manager expects a folder called service-manager-config
to be present in its workspace folder (~/.sm2
).
The config folder should be structured like this:
- config.json
- services.json
- profiles.json
This file defines how to connect to artifactory. Should point to where ever the artifacts are being hosted.
A json map describing all the services that can be run by service-manager. The key for each map entry is the ID service-manager will use to manage the service. The source section is not required and can be omitted if you dont need to run from source.
A json map describing groups of services that can be started using a single command. The key will be the profile name and the values will be an array of service names (defined in services.json).