From 2715909a41d5c18418804b288220a72367c98b76 Mon Sep 17 00:00:00 2001 From: hzhang Date: Tue, 11 Mar 2025 11:47:37 +0000 Subject: [PATCH] add: Keycloak auth & git api client --- appsettings.Development.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appsettings.Development.json b/appsettings.Development.json index b2dcdb6..6ddefde 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -4,5 +4,11 @@ "Default": "Information", "Microsoft.Hosting.Lifetime": "Information" } + }, + "RabbitMQ": { + "HostName": "rabbitmq", + "Username": "guest", + "Password": "guest", + "Port": "5672" } }