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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A simple progressive web app to track sleep.
10
10
11
11
Secrets have to be set up before running the project.
12
12
13
-
Environment variables for `secret/.env` file:
13
+
Environment variables for `.env` file:
14
14
15
15
1.`API_KEY` - API key that client will have to provide in order to be able to access the sleep tracker webpage
16
16
1.`SPREADSHEET_ID` - Google Sheets spreadsheet ID, e.g. the ID for a spreadsheet with the link https://docs.google.com/spreadsheets/d/13Nig7emkfeSDraasAERmsc82k2i3y4Csdfcazj0kUPcUY/ would be `13Nig7emkfeSDraasAERmsc82k2i3y4Csdfcazj0kUPcUY`
@@ -29,16 +29,15 @@ This command can be used to generate the initial `secret/token.json` file:
29
29
docker run -it --rm -v `pwd`/secret:/usr/src/sleep-tracker/secret -p 8002:8000 mpoc/sleep-tracker
30
30
```
31
31
32
-
After running it, navigate to `http://localhost:8000/sleep?apiKey=<API_KEY>` to trigger the Google login.
32
+
After running it, navigate to `http://localhost:8000/?apiKey=<API_KEY>` to trigger the Google login.
0 commit comments