Rabbit cred. Fix cicd
This commit is contained in:
@@ -3,8 +3,8 @@ using RabbitMQ.Client;
|
||||
using System.Text;
|
||||
|
||||
var factory = new ConnectionFactory() { HostName = "10.99.253.216" };
|
||||
factory.UserName = "rmuser";
|
||||
factory.Password = "rmpassword";
|
||||
factory.UserName = "espp_templates_robot";
|
||||
factory.Password = "P@ssRwEsppTempl202";
|
||||
|
||||
string[] rows = EsppExport.data.Replace("\r", "").Split('\n');
|
||||
using (var connection = factory.CreateConnection())
|
||||
|
||||
Reference in New Issue
Block a user