Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
ISAICP-5050: Document how to configure and enable Redis support.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Jan 31, 2019
1 parent 74b7150 commit c906dff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,18 @@ matomo.url.https =
# Administration > Platform > API > User authentication.
matomo.token = 0123456789abcdef0123456789abcdef

# Stage file proxy settings

# Redis configuration
# -------------------

# The IP address of the Redis host.
# Uncomment this line to enable the Redis cache.
# redis.host = 127.0.0.1


# Stage file proxy settings
# -------------------------

# The origin of the files without the trailing '/'. Leave empty to disable the functionality.
stage_file_proxy.origin = http://example.com

Expand Down
3 changes: 3 additions & 0 deletions build.redis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<append destFile="${website.settings.php}" text="$settings['container_yamls'][] = DRUPAL_ROOT . '/modules/contrib/redis/example.services.yml'; // REDIS SETTING${line.separator}" />
<phingcall target="clear-cache" />
</then>
<else>
<echo message="Skipping setup of Redis. The 'redis.host' property is not defined." />
</else>
</if>
</target>
</project>

0 comments on commit c906dff

Please sign in to comment.