Advertisement
Guest User

nextcloud_config-list

a guest
Jul 26th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     "system": {
  2.         "passwordsalt": "***REMOVED SENSITIVE VALUE***",
  3.         "secret": "***REMOVED SENSITIVE VALUE***",
  4.         "trusted_domains": [
  5.             "localhost",                
  6.             "nextcloud",                    
  7.             "nextcloud:9000",                  
  8.             "nextcloud.mydomain.com"                
  9.         ],                                                        
  10.         "trusted_proxies": ['letsencrypt'],
  11.         "datadirectory": "***REMOVED SENSITIVE VALUE***",
  12.         "dbtype": "mysql",              
  13.         "version": "19.0.1.1",
  14.         "dbname": "***REMOVED SENSITIVE VALUE***",
  15.         "dbhost": "***REMOVED SENSITIVE VALUE***",
  16.         "dbport": "",                          
  17.         "dbtableprefix": "oc_",          
  18.         "mysql.utf8mb4": true,
  19.         "dbuser": "***REMOVED SENSITIVE VALUE***",
  20.         "dbpassword": "***REMOVED SENSITIVE VALUE***",
  21.         "installed": true,  
  22.         "instanceid": "***REMOVED SENSITIVE VALUE***",
  23.         "loglevel": "DEBUG",
  24.         "debug": true                    
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement