Skip to content

Basic microservice starter template built in .Net Core

License

Notifications You must be signed in to change notification settings

LeanKit/r0-core

Repository files navigation

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

About

Basic microservice starter template built in .Net Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages