Skip to content

Instantly share code, notes, and snippets.

@Schnatterowski
Created February 12, 2019 13:17
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 Schnatterowski/cddca6611e9bcbfc900b0d2028703992 to your computer and use it in GitHub Desktop.
Save Schnatterowski/cddca6611e9bcbfc900b0d2028703992 to your computer and use it in GitHub Desktop.
config.php Topic 18447
{
"system": {
"instanceid": "oc1y0qyax6s0",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"hellingerdoll.nesevo.com",
"cloud.hellingerdoll.com"
],
"datadirectory": "\/var\/owncloud\/data",
"overwrite.cli.url": "https:\/\/cloud.hellingerdoll.com",
"dbtype": "mysql",
"version": "10.0.10.4",
"dbname": "db_owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"filelocking.enabled": true,
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"
},
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpport": "25",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment