Guest User

Untitled

a guest
Apr 22nd, 2025
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. {
  2. "system": {
  3. "one-click-instance": true,
  4. "one-click-instance.user-limit": 100,
  5. "memcache.local": "\\OC\\Memcache\\APCu",
  6. "apps_paths": [
  7. {
  8. "path": "\/var\/www\/html\/apps",
  9. "url": "\/apps",
  10. "writable": false
  11. },
  12. {
  13. "path": "\/var\/www\/html\/custom_apps",
  14. "url": "\/custom_apps",
  15. "writable": true
  16. }
  17. ],
  18. "check_data_directory_permissions": false,
  19. "memcache.distributed": "\\OC\\Memcache\\Redis",
  20. "memcache.locking": "\\OC\\Memcache\\Redis",
  21. "redis": {
  22. "host": "***REMOVED SENSITIVE VALUE***",
  23. "password": "***REMOVED SENSITIVE VALUE***",
  24. "port": 6379
  25. },
  26. "overwritehost": "nextcloud.xx,
  27. "overwriteprotocol": "https",
  28. "passwordsalt": "***REMOVED SENSITIVE VALUE***",
  29. "secret": "***REMOVED SENSITIVE VALUE***",
  30. "trusted_domains": [
  31. "localhost",
  32. "nextcloud.xx"
  33. ],
  34. "datadirectory": "***REMOVED SENSITIVE VALUE***",
  35. "dbtype": "pgsql",
  36. "version": "31.0.2.1",
  37. "overwrite.cli.url": "https:\/\/nextcloud.xx\/",
  38. "dbname": "***REMOVED SENSITIVE VALUE***",
  39. "dbhost": "***REMOVED SENSITIVE VALUE***",
  40. "dbport": "",
  41. "dbtableprefix": "oc_",
  42. "dbuser": "***REMOVED SENSITIVE VALUE***",
  43. "dbpassword": "***REMOVED SENSITIVE VALUE***",
  44. "installed": true,
  45. "instanceid": "***REMOVED SENSITIVE VALUE***",
  46. "maintenance": false,
  47. "updatedirectory": "\/nc-updater",
  48. "loglevel": 2,
  49. "app_install_overwrite": [
  50. "nextcloud-aio"
  51. ],
  52. "log_type": "file",
  53. "logfile": "\/var\/www\/html\/data\/nextcloud.log",
  54. "log_rotate_size": 10485760,
  55. "log.condition": {
  56. "apps": [
  57. "admin_audit"
  58. ]
  59. },
  60. "preview_max_x": 2048,
  61. "preview_max_y": 2048,
  62. "jpeg_quality": 60,
  63. "enabledPreviewProviders": {
  64. "1": "OC\\Preview\\Image",
  65. "2": "OC\\Preview\\MarkDown",
  66. "3": "OC\\Preview\\MP3",
  67. "4": "OC\\Preview\\TXT",
  68. "5": "OC\\Preview\\OpenDocument",
  69. "6": "OC\\Preview\\Movie",
  70. "7": "OC\\Preview\\Krita",
  71. "0": "OC\\Preview\\Imaginary",
  72. "23": "OC\\Preview\\ImaginaryPDF"
  73. },
  74. "enable_previews": true,
  75. "upgrade.disable-web": true,
  76. "mail_smtpmode": "smtp",
  77. "trashbin_retention_obligation": "auto, 30",
  78. "versions_retention_obligation": "auto, 30",
  79. "activity_expire_days": 30,
  80. "simpleSignUpLink.shown": false,
  81. "share_folder": "\/Shared",
  82. "one-click-instance.link": "https:\/\/nextcloud.com\/all-in-one\/",
  83. "upgrade.cli-upgrade-link": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/2726",
  84. "maintenance_window_start": 100,
  85. "allow_local_remote_servers": true,
  86. "davstorage.request_timeout": 3600,
  87. "htaccess.RewriteBase": "\/",
  88. "dbpersistent": false,
  89. "auth.bruteforce.protection.enabled": true,
  90. "ratelimit.protection.enabled": true,
  91. "files_external_allow_create_new_local": true,
  92. "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
  93. "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
  94. "preview_imaginary_key": "***REMOVED SENSITIVE VALUE***",
  95. "documentation_url.server_logs": "https:\/\/github.com\/nextcloud\/all-in-one\/discussions\/5425",
  96. "updater.release.channel": "stable",
  97. "DOMAIN": "nextcloud.xx"
Advertisement
Add Comment
Please, Sign In to add comment