Skip to content

Commit

Permalink
Add redis to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisTrezzini committed Apr 1, 2019
1 parent c4fc13d commit 5224d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions back/phpunit.xml.circle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<env name="DATABASE_USER" value="upont" />
<env name="DATABASE_PASSWORD" value="upont" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors" />

<!-- ###+ snc/redis-bundle ### -->
<!-- passwords that contain special characters (@, %, :, +) must be urlencoded -->
<env name="REDIS_URL" value="redis://localhost"/>
<!-- ###- snc/redis-bundle ### -->
</php>

<logging>
Expand Down

0 comments on commit 5224d03

Please sign in to comment.