mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: Update connection string handling to allow for empty configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user