From f4e768f49e8649682c09675edcb5e9f34d4bcaee Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Sun, 7 Apr 2024 12:01:58 +0700 Subject: [PATCH] change migration guide encrypt url to localhost --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 016e695..36ff322 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,8 @@ There are some changes on the configuration file, here's the list of changes: - `masterKey` **REMOVED**, we don't need this anymore -- `apiConfig.rootFolder` **CHANGED**, you need to encrypt the folder ID first - `https://drive-demo.mbaharip.com/api/internal/encrypt?q={{ folderId }}` +- `apiConfig.rootFolder` **CHANGED**, you need to encrypt the folder ID on your localhost first + `http://localhost:3000/api/internal/encrypt?q={{ folderId }}` - `apiConfig.proxyThumbnail` **ADDED**, default value is `true` - `siteConfig.siteNameTemplate` **ADDED**, default value is `%s - next-gdrive-index`