appsettings.json 606 B

12345678910111213141516171819
  1. {
  2. "AppSettings": {
  3. "Secret": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING",
  4. "SplitterExePath": "C:\\Tools\\Vlex_LAPS_PDF_Spiltter.exe",
  5. "Resolution_high": "_High"
  6. },
  7. "Logging": {
  8. "LogLevel": {
  9. "Default": "Warning"
  10. }
  11. },
  12. "AllowedHosts": "*",
  13. "ConnectionStrings": {
  14. //"DbConnection": "User Id=LAPSDBADMIN;Password=Lapsdb!2021@;Host=172.20.254.182;Database=lnbpm_uat;Pooling=False;"
  15. "DbConnection": "User Id=postgres;Password=ssg@1234;Host=ldnx-postgress.luminad.com;Database=vlex_live;Pooling=False;"
  16. }
  17. }