=== lada.app/appsettings.json === { "AutConfig": { "Authority": "https://id.ladaexpress.vn/" }, "ApiUrlSetting": { "Core": { "Api": "https://dev.srv.core.ladaexpress.vn" }, "Cs": { //"Api": "https://dev.srv.cs.ladaexpress.vn", "Api": "https://localhost:44300" }, "Identity": { "Api": "https://id.ladaexpress.vn" }, "Finance": { "Api": "https://dev.srv.fin.ladaexpress.vn" }, "Search": { "Api": "https://dev.srv.search.ladaexpress.vn" //"Api": "https://localhost:44359" }, "Monitor": { "Api": "https://dev.srv.monitor.ladaexpress.vn" } }, "RabbitConfig": { "Host": "localhost", "UserName": "ladamsg", "Password": "63$32sG-fRJBB2f", === lada.crm/appsettings.json === { "ConnectionStrings": { //"CrmConnection": "Server=.\\SQL19;Database=LadaCrm;User Id=ladadbm;Password=0gcHVHvCyuZTbKw;MultipleActiveResultSets=true" "CrmConnection": "Server=localhost; Database=LadaCrm;User Id=sa;Password=Mao&&12345;MultipleActiveResultSets=true", "CoreConnection": "Server=localhost; Database=GhltCore;User Id=sa;Password=Mao&&12345;MultipleActiveResultSets=true" }, "AutConfig": { "Authority": "https://id.ladaexpress.vn/" }, "RabbitConfig": { "Host": "localhost", "UserName": "ladamsg", "Password": "63$32sG-fRJBB2f", "VirtualHost": "/", "Port": "5672", "Name": "" }, "SwaggerAuth": { "UserName": "lada", "Password": "lada2021" }, "ElasticConnectionSettings": { "ClusterUrl": "http://localhost:9200" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information"