Proof Of Concept initial

Adds initial files for a proof-of-concept project, including Dockerfile, .gitignore, project files, and MQTT-related services.

This commit sets up the basic structure and configuration for exploring and validating the core concepts of the project.
This commit is contained in:
2025-08-06 15:40:21 +02:00
parent bbc704fe6b
commit 043f504cdd
11 changed files with 1019 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}