Configuration Overview
Learn how to configure your StrictOps deployments
Configuration Overview
StrictOps uses a single configuration file, strictops.yml, placed in the root of your repository to define how your application should be deployed.
Configuration File
Create a file named strictops.yml in your repository root:
The minimal version of this config is just:
All other fields above use their default values and can be omitted.
Next Steps
- strictops.yml Reference - Complete reference for all configuration options
- Examples - Example configurations for common scenarios