fix: Update appsettings.example.json to include server URLs

This commit is contained in:
HueByte
2026-02-19 04:42:38 +01:00
parent c9c76c43fa
commit d4d5a71ec4
2 changed files with 162 additions and 116 deletions
@@ -1,4 +1,5 @@
{
"Urls": "http://0.0.0.0:5000",
"ConnectionStrings": {
"DefaultConnection": "Data Source=echohub.db"
},