Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkweyunga authored Aug 25, 2023
1 parent 48c609d commit c86bf1d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ services:
CACHE_ENABLED: 'true'
CACHE_STORE: 'redis'
REDIS: "redis://{{ directus_domain | replace('.', '_') }}_directus-cache:6379"
RATE_LIMITER_STORE="redis"
SYNCHRONIZATION_STORE="redis"
MESSENGER_STORE="redis"
RATE_LIMITER_STORE: "redis"
SYNCHRONIZATION_STORE: "redis"
MESSENGER_STORE: "redis"

ADMIN_EMAIL: {{ directus_admin_email }}
ADMIN_PASSWORD: {{ directus_admin_password }}
Expand Down

0 comments on commit c86bf1d

Please sign in to comment.