Skip to content

Commit

Permalink
Add the heroku instance as a backup before Google Drive
Browse files Browse the repository at this point in the history
  • Loading branch information
sabeechen committed Sep 4, 2023
1 parent 17bdd58 commit 8238079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hassio-google-drive-backup/backup/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def key(self):

# Remote endpoints
Setting.AUTHORIZATION_HOST: "https://habackup.io",
Setting.TOKEN_SERVER_HOSTS: "https://token1.habackup.io,https://habackup.io",
Setting.TOKEN_SERVER_HOSTS: "https://token2.habackup.io,https://token1.habackup.io,https://habackup.io",
Setting.SUPERVISOR_URL: "",
Setting.SUPERVISOR_TOKEN: "",
Setting.DRIVE_URL: "https://www.googleapis.com",
Expand Down

0 comments on commit 8238079

Please sign in to comment.