You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
-[Editing credentials](#editing-credentials)
15
15
-[Using in production](#using-in-production)
16
16
-[How it works](#how-it-works)
17
+
-[How to update from v1 to v2](#how-to-update-from-v1-to-v2)
17
18
18
19
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
19
20
@@ -154,6 +155,12 @@ GOOGLE_KEY=your_google_key
154
155
GOOGLE_SECRET=your_google_secret
155
156
```
156
157
158
+
## How to update from v1 to v2
159
+
160
+
The new version introduced one main change you'll have to apply manually. You have to add `v2.` to both of your `.key` and `.credentials` files. This will allow in the future change encryption algo without breaking things.
161
+
162
+
Another thing that has changed is the default file format for `.credentials`, it will always be YAML from now. JSON files will still work, but YAML is just way easier to format and work with.
0 commit comments