From 9cf25aff192aebc2dd7a4ef364ceedb28fcf75c7 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sat, 21 Jan 2023 00:45:20 +0200 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8700d22..9a29059 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,7 @@ The database is SQLite. It is created automatically at the first start of the se } ``` -For the moment, the only purpose of the database is to store the logs generated by Serilog. \ No newline at end of file +For the moment, the only purpose of the database is to store the logs generated by Serilog. + +## Hosting +The only hosting environment tested for this service is Docker, but considering that .NET 6 is cross platform, it can most likely be hosted in any environment. \ No newline at end of file