Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 711 Bytes

File metadata and controls

15 lines (12 loc) · 711 Bytes

r0-core

Basic microservice starter template built in .Net Core

Technologies Used

  • Serilog is used as the logging provider

Logging format

The application will log messages to the console in JSON format. This is not configurable, as it is the desired behavior of every service.

Environment Variables

Variable Default Value Valid Values
ASPNETCORE_URLS http://localhost:5000 The host and port on which the service should listen for incoming HTTP requests
Serilog:MinimumLevel Information Verbose, Debug, Information, Warning, Error, Fatal
Serilog:Properties:Application r0-core Name of your application