Advertisement
Guest User

Untitled

a guest
Oct 1st, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. {
  2. "AdminPath": "/admin",
  3. "EnableApiLogging": "true",
  4. "EnableApiOnly": "false",
  5. "ConnectionStrings": {
  6. "DefaultDatabase": "Server=localhost;Port=3306;Database=logito;User=root;Password=1q2w3e4r%T;Charset=utf8mb4;SslMode=None;",
  7. "RedisDatabase": "localhost:6379"
  8. },
  9. "Hangfire": {
  10. "Redis": {
  11. "Enabled": false,
  12. "Prefix": "{hangfire}:",
  13. "Database": 1
  14. }
  15. },
  16. "Tokens": {
  17. "Issuer": "ideo",
  18. "Key": "27N5$t4Cq6*Rghj82)ak"
  19. },
  20. "Mail": {
  21. "Host": "smtp.mailtrap.io",
  22. "Port": 2525,
  23. "Username": "",
  24. "Password": "",
  25. "Ssl": false,
  26. "From": {
  27. "Address": "admin@ideo.pl",
  28. "Name": "Edito .NET Core"
  29. }
  30. },
  31. "i18n": {
  32. "LocaleDirectory": "Locales",
  33. "DirectoriesToScan": ".;..\\Ideo.Core;..\\Ideo.Core.Data;..\\Ideo.Core.Web.App\\src;..\\Ideo.Core.Web.Admin\\src",
  34. "MessageContextEnabledFromComment": "true",
  35. "WhiteList": "*.cs;*.cshtml;*.js;*.vue",
  36. "BlackList": ".\\wwwroot",
  37. "AvailableLanguages": "pl-PL;en-US",
  38. "DefaultLanguage": "pl-PL"
  39. },
  40. "FileSystem": {
  41. "BaseUrl": "storage/files",
  42. "DefaultDisk": "local",
  43. "TempDisk": "temp",
  44. "Disks": {
  45. "local": {
  46. "driver": "local",
  47. "root": "..\\.storage"
  48. },
  49. "temp": {
  50. "driver": "local",
  51. "root": "..\\.storage\\temp"
  52. },
  53. "thumbs": {
  54. "driver": "local",
  55. "root": "..\\.storage\\thumbs"
  56. }/*,
  57. "s3": {
  58. "driver": "s3",
  59. "key": "",
  60. "secret": "",
  61. "region": "eu-central-1",
  62. "bucket": "storage"
  63. },
  64. "azure": {
  65. "driver": "azure",
  66. "name": "",
  67. "key": "",
  68. "container": "storage",
  69. "ssl": false
  70. }*/
  71. }
  72. },
  73. "Images": {
  74. "Cache": {
  75. "Enabled": true,
  76. "Disk": "thumbs"
  77. },
  78. "Presets": {
  79. "upload": "width=200;height=150;method=crop;sharp=0.5",
  80. "ico": "width=36;height=36;method=crop;sharp=0.5",
  81. "thumb": "width=150;height=150;method=crop;sharp=0.5",
  82. "avatar": "width=150;height=150;method=crop;gravity=face;sharp=0.5",
  83. "glance": "width=400;height=400;method=resize;sharp=0.5",
  84. "preview": "width=1600;height=1200;method=resize;sharp=0.5"
  85. }
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement