Skip to content

Commit

Permalink
TESTING: force disable cache for twitcher and magpie
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Jul 13, 2021
1 parent dd34a40 commit 5c23e8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions birdhouse/config/magpie/magpie.ini.template
Expand Up @@ -49,6 +49,10 @@ ziggurat_foundations.session_provider_callable = magpie.models:get_session_calla
github.client_id=${GITHUB_CLIENT_ID}
github.client_secret=${GITHUB_CLIENT_SECRET}

cache.enabled = false
cache.acl.enabled = false
cache.service.enabled = false

[app:api_app]
use = egg:Paste#static
document_root = %(here)s/ui/swagger
Expand Down
4 changes: 4 additions & 0 deletions birdhouse/config/twitcher/twitcher.ini.template
Expand Up @@ -45,6 +45,10 @@ magpie.secret = ${MAGPIE_SECRET}
magpie.admin_user = ${MAGPIE_ADMIN_USERNAME}
magpie.admin_password = ${MAGPIE_ADMIN_PASSWORD}

cache.enabled = false
cache.acl.enabled = false
cache.service.enabled = false

###
# wsgi server configuration
###
Expand Down

0 comments on commit 5c23e8b

Please sign in to comment.