Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 358 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 358 Bytes

The server module

The server module bundles the backend services of the application. The application-wide properties should be stored in the application.yml file.

For local development, create an application-local.yml file and override the properties you need.

Don't add any file under the server module that is not related to the backend services.