From 6ebd72a86cfb3c78dca7e5d96b10e620f73987e7 Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 27 Aug 2018 23:34:56 +0100 Subject: [PATCH] updated readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ba2bfc2..894ac85 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,20 @@ Also, you must create an `uploads` table, which will store all the data for uplo You can optionally add the `user` and `password` properties to use a user system. +### Google Datastore + +To use the Google Datastore storage system, you must install the `@google-cloud/datastore` package via npm + +`npm install @google-cloud/datastore` + +Once you've done that, your config section should look like this: + +```{ + "type": "googledatastore" +}``` + +Authentication can be handled automatically by [Google Cloud service account credentials](https://cloud.google.com/docs/authentication/getting-started) + ## Author John Crepezzi