Skip to content

Commit

Permalink
local couch config, and a replicator
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 12, 2012
1 parent 14dbae9 commit 6406ef5
Show file tree
Hide file tree
Showing 5 changed files with 46,759 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
node_modules/.bin
node_modules/replicate
config.admin.js
ssl
.*.swp
.delete
*.couch
24 changes: 24 additions & 0 deletions dev/couch/couch.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[couchdb]
database_dir = dev/couch
view_index_dir = dev/couch

[httpd]
port = 5984
bind_address = 127.0.0.1
secure_rewrites = false
allow_jsonp = true

[ssl]
port = 6984

[log]
file = dev/couch.log

[admins]
admin = -hashed-b933598b0ade0e4c2a258d53c95990d5939461dd,a44895e5740b79d14b392ada8021d31d

[couch_httpd_auth]
secret = 170887f4a24568656757fd2f89c672a4

[vhosts]
127.0.0.1:5984 = /registry/_design/ghost/_rewrite/
Loading

0 comments on commit 6406ef5

Please sign in to comment.