summaryrefslogtreecommitdiff
path: root/leap_ca.rb
diff options
context:
space:
mode:
Diffstat (limited to 'leap_ca.rb')
-rw-r--r--leap_ca.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/leap_ca.rb b/leap_ca.rb
index c19db2f..a2a1d37 100644
--- a/leap_ca.rb
+++ b/leap_ca.rb
@@ -5,10 +5,12 @@ require 'yajl/http_stream'
require 'lib/couch_stream'
require 'lib/couch_changes'
+# TODO: read the connection from a config
+SERVER = "http://localhost:5984"
+DATABASE = "salticidae_certs"
def main
-# TODO: read the connection from a config
- couch = CouchStream.new("http://localhost:5984/", "salticidae_certs")
+ couch = CouchStream.new(SERVER, DATABASE)
changes = CouchChanges.new(couch)
changes.follow do |hash|
p hash