Flightcontrol Project Configuration
Once you start creating your project using the Flightcontrol Dashboard, you’ll be able to choose how you want to configure your project:
OR
- Using a
.json
file, usually namedflightcontrol.json
, which needs to exist in your codebase. Flightcontrol will read the file out of your source control repository.
This choice is made when creating the project on your Flightcontrol dashboard. You will be presented with these 2 options for Config Type:
Config Type: Dashboard
Config Type: flightcontrol.json
file
Once you make this choice, your project will continue to use that configuration option. If you want to switch to the other option, you will need to create a new project.