Skip to content

Commit

Permalink
add pouchdb-server
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 29, 2020
1 parent 6f8c309 commit befdda3
Show file tree
Hide file tree
Showing 4 changed files with 2,838 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,4 +1,8 @@
/.cache
/_replicator
/_users
/dist
/elm-stuff
/log.txt
/node_modules
/pouch__all_dbs__
14 changes: 14 additions & 0 deletions config.json
@@ -0,0 +1,14 @@
{
"couchdb": {
"uuid": "ac8d0fe2-9985-412a-90c9-9d705fdffecc"
},
"httpd": {
"enable_cors": true
},
"cors": {
"credentials": true,
"headers": "accept, authorization, content-type, origin, referer",
"origins": "*",
"methods": "GET, PUT, POST, HEAD, DELETE"
}
}

0 comments on commit befdda3

Please sign in to comment.