Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Exosphere configuration files

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.