whitespace
This commit is contained in:
parent
43bd31f5d5
commit
71125e32e0
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ def config(metadata):
|
||||||
'memcache.local': '\OC\Memcache\Redis',
|
'memcache.local': '\OC\Memcache\Redis',
|
||||||
'memcache.locking': '\OC\Memcache\Redis',
|
'memcache.locking': '\OC\Memcache\Redis',
|
||||||
'memcache.distributed': '\OC\Memcache\Redis',
|
'memcache.distributed': '\OC\Memcache\Redis',
|
||||||
'redis':{
|
'redis': {
|
||||||
'host': '/var/run/redis/nextcloud.sock'
|
'host': '/var/run/redis/nextcloud.sock'
|
||||||
},
|
},
|
||||||
'trusted_domains':[
|
'trusted_domains': [
|
||||||
'localhost',
|
'localhost',
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
metadata.get('nextcloud/hostname'),
|
metadata.get('nextcloud/hostname'),
|
||||||
|
@ -136,7 +136,7 @@ def config(metadata):
|
||||||
'log_type': 'syslog',
|
'log_type': 'syslog',
|
||||||
'syslog_tag': 'nextcloud',
|
'syslog_tag': 'nextcloud',
|
||||||
'logfile': '',
|
'logfile': '',
|
||||||
'loglevel':3,
|
'loglevel': 3,
|
||||||
'default_phone_region': 'DE',
|
'default_phone_region': 'DE',
|
||||||
'versions_retention_obligation': 'auto, 90',
|
'versions_retention_obligation': 'auto, 90',
|
||||||
'simpleSignUpLink.shown': False,
|
'simpleSignUpLink.shown': False,
|
||||||
|
|
Loading…
Reference in a new issue