Basic concepts

Base Configuration

The Base Configuration contains all the values that are shared between users. It can be a fully ready-to-go configuration or a partial one. Using a Base Configuration, developers will get all the values that were defined and will need to complete those that weren't defined when creating their Run Configuration.

Base Configurations are saved on Velocity's cloud and agnostic to the IDE type.

Run Configuration

The configuration that is being used when running Velocity. The Run Configuration is developer-specific and is saved on the developers' machine. The Run Configuration can be created from scratch or based on a Base Configuration.

Changes made to a Run Configuration does not impact the Base Configuration

Last updated