Initial setup of environment service

This commit is contained in:
2024-01-13 21:20:09 -05:00
parent bacc7c1c67
commit b5f2a6b535
22 changed files with 892 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Mqtt": {
"Server": "mosquitto",
"Topic": "enviro"
},
"Environment": {
"Database": {
"Host": "",
"User": "",
"Password": "",
"Name": "Environment",
"TrustServerCertificate": false
}
}
}