Skip to content

Commit

Permalink
test server output #5 & enable redis
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Apr 3, 2019
1 parent ca4ea73 commit 1d25114
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ OC_PASS=test php occ user:add --password-from-env -- test
#Trusted domains
php occ config:system:set trusted_domains 1 --value=*
php occ config:system:set loglevel --value='0'
php occ config:system:set redis host --value=cache
php occ config:system:set redis port --value=6379 --type=integer
php occ config:system:set redis timeout --value=0 --type=integer
php occ config:system:set --type string --value '\\OC\\Memcache\\Redis' memcache.local
php occ config:system:set --type string --value '\\OC\\Memcache\\Redis' memcache.distributed
"

set -e
Expand Down

0 comments on commit 1d25114

Please sign in to comment.