Skip to content

Instantly share code, notes, and snippets.

@fredreichbier
Created July 20, 2017 13:13
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 fredreichbier/312e678bd5c682b6772bcbd9e9628bef to your computer and use it in GitHub Desktop.
Save fredreichbier/312e678bd5c682b6772bcbd9e9628bef to your computer and use it in GitHub Desktop.
{
"system": {
"instanceid": "ocs7le78z70b",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.33.180"
],
"datadirectory": "\/var\/www\/owncloud\/data",
"overwrite.cli.url": "https:\/\/192.168.33.180",
"dbtype": "mysql",
"version": "10.0.2.3",
"dbname": "oc",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"ldapIgnoreNamingRules": false,
"memcache.local": "\\OC\\Memcache\\APCu"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment