mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
change migration guide encrypt url to localhost
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user