NonInventPurchasingSystem/CPRNIMS.WebApi/appsettings.json
2026-06-25 16:43:25 +08:00

56 lines
2.2 KiB
JSON

{
"Tavily": {
"ApiKey": "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",
"SearchUrl": "https://api.tavily.com/search"
},
"Groq": {
"ApiKey": "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",
"ApiUrl": "https://api.groq.com/openai/v1/chat/completions",
"Model": "llama-3.1-8b-instant"
},
"JWT": {
"ValidAudience": "https://lloydwebapi.lloydlab.com:2021",
"ValidIssuer": "https://lloydwebapi.lloydlab.com:2021",
"Secret": "JWTAuthenticationHIGHsecuredPasswordVVVp1OH7Xasd707"
},
"WebEndPoint": {
"ForgotPassword": "https://llipurchasingnoninventory.com:8080/",
"SupplierForm": "https://llipurchasingnoninventory.com:8083/"
},
"ConnectionStrings": {
"DefaultConnection": "Server=194.233.78.55;Database=CPRNIMS;User Id=welladmin;Password=P@sSW0rd2024!!!;Encrypt=false;",
"LocalPurchConn": "Server=172.16.19.238;Database=PurchasingSystem;User Id=lli-mdld;Password=LLi-88Kk5&/mgH]m;Encrypt=False;"
},
"SMTP": {
"DisplayName": "no-reply-cwms@lloydlab.com",
"ToReceiver": "NA",
"OutgoingPort": "587",
"IncomingPort": "110",
"SenderEmail": "lli.mis2025@gmail.com",
"Password": "vcwq nesk rsqb zxbf",
"Server": "smtp.gmail.com",
"SenderName": "LLI",
"UserName": "lli.mis2025@gmail.com",
"CC": "rmsoriano@lloydlab.com;",
"TestRecipient": "rmsoriano@lloydlab.com",
"IsLive": true,
"PurchasingCC": ";rmsoriano@lloydlab.com;iigajasan@lloydlab.com;laoreo@lloydlab.com;avaustria@lloydlab.com;hdbautista@lloydlab.com;pur_canvasser2@lloydlab.com;pur_canvasser4@lloydlab.com;purchasing@lloydlab.com;jmmaulawin@lloydlab.com"
},
"Canvass": {
"CC": "iigajasan@lloydlab.com;rmsoriano@lloydlab.com;laoreo@lloydlab.com;avaustria@lloydlab.com;hdbautista@lloydlab.com;pur_canvasser2@lloydlab.com;pur_canvasser4@lloydlab.com;purchasing@lloydlab.com;jmmaulawin@lloydlab.com",
"EmailSettings": {
"ExcludedEmails": [
"jmcariaga@lloydlab.com",
"jcwenceslao@lloydlab.com",
"admin@internal.com"
]
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}