diff --git a/src/Api/TakeoutSaaS.TenantApi/appsettings.Development.json b/src/Api/TakeoutSaaS.TenantApi/appsettings.Development.json index 928ab03..28e2b17 100644 --- a/src/Api/TakeoutSaaS.TenantApi/appsettings.Development.json +++ b/src/Api/TakeoutSaaS.TenantApi/appsettings.Development.json @@ -65,5 +65,15 @@ "Endpoint": "", "Sampling": "ParentBasedAlwaysOn", "UseConsoleExporter": true + }, + "RabbitMQ": { + "Host": "49.232.6.45", + "Port": 5672, + "Username": "admin", + "Password": "msumshk112233", + "VirtualHost": "/", + "Exchange": "takeout.events", + "ExchangeType": "topic", + "PrefetchCount": 20 } } diff --git a/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json b/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json index 00e5b40..1ee4856 100644 --- a/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json +++ b/src/Api/TakeoutSaaS.TenantApi/appsettings.Production.json @@ -65,5 +65,15 @@ "Endpoint": "", "Sampling": "ParentBasedAlwaysOn", "UseConsoleExporter": false + }, + "RabbitMQ": { + "Host": "49.232.6.45", + "Port": 5672, + "Username": "admin", + "Password": "msumshk112233", + "VirtualHost": "/", + "Exchange": "takeout.events", + "ExchangeType": "topic", + "PrefetchCount": 20 } }