Files
juipnet/Services/Hncore.Pass.Manage/appsettings.Development.json

12 lines
379 B
JSON
Raw Normal View History

2020-10-07 20:25:03 +08:00
{
"MySql": "Server=47.92.244.89;Database=hualianyun;User=root;Password=qaz123!@#;Convert Zero Datetime=True;TreatTinyAsBoolean=false;port=5000",
"Redis": "47.92.85.90:6379,password=etor0070x01,defaultDatabase=7",
"RabbitMqConfig": {
"HostName": "47.111.18.99",
"Port": 5672,
"UserName": "test",
"Password": "123456",
"VirtualHost": "/"
}
}