Skip to content

Commit

Permalink
hardcode mongo/redis configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Mar 2, 2024
1 parent 5ed8181 commit 30b3f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/ci.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ user.password.bpass.secret = "9qEYN0ThHer1KWLNekA76Q=="

net.ratelimit = false

mongodb.uri = ${?MONGO_URL}
redis.uri = ${?REDIS_URL}
mongodb.uri = "mongodb://mongodb?appName=lila"
redis.uri = "redis://redis"

0 comments on commit 30b3f8a

Please sign in to comment.