fauna-schema-migrate
Advanced tools
Comparing version 0.1.3-beta to 0.1.5
@@ -261,3 +261,3 @@ "use strict"; | ||
var createClientWithOptions = function (secret) { | ||
var opts = { secret: secret }; | ||
var opts = { secret: secret, keepAlive: false }; | ||
if (process.env.FAUNADB_DOMAIN) | ||
@@ -264,0 +264,0 @@ opts.domain = process.env.FAUNADB_DOMAIN; |
{ | ||
"name": "fauna-schema-migrate", | ||
"version": "0.1.3-beta", | ||
"version": "0.1.5", | ||
"description": "Fauna schema migration tool that helps to manage resources such as collections, indexes, roles, functions, access providers as code.", | ||
@@ -85,2 +85,2 @@ "main": "dist/index.js", | ||
] | ||
} | ||
} |
@@ -188,2 +188,4 @@ # Fauna Schema Migrate (Unofficial) | ||
- FAUNA_NOPRINT: don't print the FQL migration. | ||
- FAUNADB_DOMAIN: connect to another environment than fauna cloud. the default value is 'db.fauna.com' but could also be your local docker IP or the preview cluster. | ||
- FAUNADB_SCHEME: the default schema is 'https', mainly for local development, this could be set to 'http' via this environment variable | ||
@@ -190,0 +192,0 @@ ##### Faster local development with a child database |
383
394341
253
7222