From 53d3bdadbf3476bced8d879a2330c583b2f0b77d Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Mon, 31 Oct 2016 15:36:18 -0400 Subject: [PATCH] storage: Updated default storage config. --- conf/storage.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/storage.conf b/conf/storage.conf index 2895be2..2ad7a17 100644 --- a/conf/storage.conf +++ b/conf/storage.conf @@ -1,7 +1,7 @@ { - "storage-handlers": [{ + "storage_handlers": [{ "name": "commissaire.storage.etcd", - "server_url": "https://127.0.0.1:2379", + "server_url": "http://127.0.0.1:2379", "models": ["*"] } ]