From 980168cdd484580a4a117d6146108cc7dc70e6f4 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 8 Aug 2018 11:32:03 +0200 Subject: [PATCH] Be more flexible with the redis URL config This is needed in c2cgeoportal when we generate the controllers. At that moment, the redis URL may look like that: `redis://${REDIS_HOST}:${REDIS_PORT}` --- tilecloud_chain/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilecloud_chain/schema.yaml b/tilecloud_chain/schema.yaml index beffe9523..881b29e68 100644 --- a/tilecloud_chain/schema.yaml +++ b/tilecloud_chain/schema.yaml @@ -280,7 +280,7 @@ mapping: url: type: str required: true - pattern: ^redis://[^:]+:\d+$ + pattern: ^redis://[^:]+:[^:]+$ queue: type: str default: tilecloud