Skip to content

Commit

Permalink
Merge pull request #380 from camptocamp/redis_url
Browse files Browse the repository at this point in the history
Be more flexible with the redis URL config
  • Loading branch information
Patrick Valsecchi authored Aug 8, 2018
2 parents 4ac484c + 980168c commit 1daa42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tilecloud_chain/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ mapping:
url:
type: str
required: true
pattern: ^redis://[^:]+:\d+$
pattern: ^redis://[^:]+:[^:]+$
queue:
type: str
default: tilecloud
Expand Down

0 comments on commit 1daa42a

Please sign in to comment.