Exosphere requires configuration files in the code base in order to know about your application. There are two configuration files:
- The application itself is configured via the application.yml file. It lists the different code bases that this application contains.
- Each service is configured by a service.yml file. It defines where the source code of the service is, how to start or test it, etc.