fix: Update connection string handling to allow for empty configuration

This commit is contained in:
HueByte
2026-02-19 04:53:43 +01:00
parent d4d5a71ec4
commit 70ca2da7ae
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"Urls": "http://0.0.0.0:5000",
"ConnectionStrings": {
"DefaultConnection": "Data Source=echohub.db"
"DefaultConnection": ""
},
"Jwt": {
"Secret": "CHANGE_ME_minimum_32_characters_long_secret_key",