Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
storage: Updated default storage config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcrow authored and cooktheryan committed Nov 1, 2016
1 parent f6852e2 commit 53d3bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/storage.conf
Original file line number Diff line number Diff line change
@@ -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": ["*"]
}
]
Expand Down

0 comments on commit 53d3bda

Please sign in to comment.