Skip to content

Instantly share code, notes, and snippets.

@benn8
Last active April 30, 2021 06:04
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 benn8/d4adcac3c1b6a08832b8b075426072bf to your computer and use it in GitHub Desktop.
Save benn8/d4adcac3c1b6a08832b8b075426072bf to your computer and use it in GitHub Desktop.
config:list system
root@***:/var/www/html/core# occ config:list system
{
"system": {
"instanceid": "***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"localhost"
],
"datadirectory": "\/var\/www\/html\/core\/data",
"overwrite.cli.url": "http:\/\/localhost",
"dbtype": "mysql",
"version": "10.7.0.4",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"apps_paths": [
{
"path": "\/var\/www\/html\/core\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/core\/apps-external",
"url": "\/apps-external",
"writable": true
}
],
"installed": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment