Skip to content

Instantly share code, notes, and snippets.

/configuration Secret

Created December 3, 2017 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/bc6eb4bc98c4ad588db44d9e12129388 to your computer and use it in GitHub Desktop.
Save anonymous/bc6eb4bc98c4ad588db44d9e12129388 to your computer and use it in GitHub Desktop.
root@Krusty:/var/www/html/owncloud# sudo -u www-data php occ config:list system
{
"system": {
"instanceid": "ocir06kkhule",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.251.3",
"217.19.154.190",
"krusty.inchiaro.net"
],
"datadirectory": "\/var\/oc-data",
"overwrite.cli.url": "https:\/\/192.168.251.3\/owncloud",
"dbtype": "mysql",
"version": "10.0.4.0",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"mail_from_address": "owncloud",
"mail_smtpmode": "smtp",
"mail_domain": "inchiaro.net",
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "smtps.aruba.it",
"mail_smtpport": "465",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\APCu",
"loglevel": 3,
"maintenance": false,
"htaccess.RewriteBase": "\/owncloud",
"mail_smtpsecure": "ssl",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"singleuser": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment