Parcourir la source

Bumped version to 0.0.8

Jannick Knudsen il y a 5 ans
Parent
commit
b3624619af
5 fichiers modifiés avec 14 ajouts et 4 suppressions
  1. 1 1
      CloudronManifest.json
  2. 1 1
      VERSION
  3. 1 0
      VERSIONLOG
  4. 10 1
      def.ini.
  5. 1 1
      package.json

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
     "description": "file://DESCRIPTION.md",
     "changelog": "./CHANGELOG",
     "tagline": "cdb couchbase",
-    "version": "0.0.7",
+    "version": "0.0.8",
     "healthCheckPath": "/",
     "httpPort": 5984,
     "addons": {

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.7
+v0.0.8

+ 1 - 0
VERSIONLOG

@@ -5,3 +5,4 @@ v0.0.4
 v0.0.5
 v0.0.6
 v0.0.7
+v0.0.8

+ 10 - 1
def.ini.

@@ -133,7 +133,10 @@ delete_dbs = false
 ; prefix for user databases. If you change this after user dbs have been
 ; created, the existing databases won't get deleted if the associated user
 ; gets deleted because of the then prefix mismatch.
-database_prefix = userdb-
+enable = true
+database_prefix = udb-
+delete_dbs = true
+
 
 [httpd]
 port = 5986
@@ -243,6 +246,12 @@ credentials = false
 ; headers =
 ; List of accepted methods
 ; methods =
+credentials = true
+headers = accept, authorization, content-type, origin, referer
+origins = *
+methods = GET, PUT, POST, HEAD, DELETE, OPTIONS
+
+
 
 ; Configuration for a vhost
 ;[cors:http://example.com]

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "cdb",
-  "version": "0.0.7",
+  "version": "0.0.8",
   "description": "",
   "main": "index.js",
   "scripts": {