From 1936795778ee352549eabda07fa0534150af8b7c Mon Sep 17 00:00:00 2001 From: saingchildren <80457007+saingchildren@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:02:09 +0800 Subject: [PATCH] feat: add config example --- GeoPulse Pipeline/appsettings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/GeoPulse Pipeline/appsettings.json b/GeoPulse Pipeline/appsettings.json index 10f68b8..61acbb1 100644 --- a/GeoPulse Pipeline/appsettings.json +++ b/GeoPulse Pipeline/appsettings.json @@ -1,9 +1,13 @@ { + "ConnectionStrings": { + "DefaultConnection": "Host=;Port=;Database=;Username=;Password=;Maximum Pool Size=200;" + }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "KafkaHost": "" }